Class: RubyLexer::NestedContexts::StringInclusionContext

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, #lhs=, #matches?, #see, #wantarrow

Constructor Details

#initialize(linenum) ⇒ StringInclusionContext

Returns a new instance of StringInclusionContext.



57
58
59
# File 'lib/rubylexer/context.rb', line 57

def initialize(linenum)
  super("{","}" ,linenum)
end