Class: RubyLexer::NestedContexts::TopLevelContext
- Inherits:
-
NestedContext
- Object
- NestedContext
- RubyLexer::NestedContexts::TopLevelContext
- Defined in:
- lib/rubylexer/context.rb
Instance Attribute Summary
Attributes inherited from NestedContext
Instance Method Summary collapse
-
#initialize ⇒ TopLevelContext
constructor
A new instance of TopLevelContext.
Methods inherited from NestedContext
#lhs, #lhs=, #matches?, #see, #wantarrow
Constructor Details
#initialize ⇒ TopLevelContext
Returns a new instance of TopLevelContext.
239 240 241 |
# File 'lib/rubylexer/context.rb', line 239 def initialize dflt_initialize('','',1) end |