Class: RubyLexer::NestedContexts::TopLevelContext

Inherits:
NestedContext
  • Object
show all
Defined in:
lib/rubylexer/context.rb

Instance Attribute Summary

Attributes inherited from NestedContext

#ender, #linenum, #starter

Instance Method Summary collapse

Methods inherited from NestedContext

#lhs=, #matches?, #see, #wantarrow

Constructor Details

#initializeTopLevelContext

Returns a new instance of TopLevelContext.



232
233
234
# File 'lib/rubylexer/context.rb', line 232

def initialize
  dflt_initialize('','',1)
end