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

Constructor Details

#initialize(ender, linenum) ⇒ HereStringContext

Returns a new instance of HereStringContext.



226
227
228
# File 'lib/rubylexer/context.rb', line 226

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