Class: RubyLexer::NestedContexts::HereStringContext

Inherits:
StringContext show all
Defined in:
lib/rubylexer/context.rb

Overview

not used yet

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(ender, linenum) ⇒ HereStringContext

Returns a new instance of HereStringContext.



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

def initialize(ender,linenum)
  dflt_initialize("\n",ender,linenum)
end