Class: RubyLexer::NestedContexts::HereStringContext
- Inherits:
-
StringContext
- Object
- NestedContext
- StringContext
- RubyLexer::NestedContexts::HereStringContext
- Defined in:
- lib/rubylexer/context.rb
Overview
not used yet
Instance Attribute Summary
Attributes inherited from NestedContext
Instance Method Summary collapse
-
#initialize(ender, linenum) ⇒ HereStringContext
constructor
A new instance of HereStringContext.
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 |