Class: RubyLexer::NestedContexts::UnparenedParamListLhsContext
- Inherits:
-
ImplicitLhsContext
- Object
- NestedContext
- ImplicitLhsContext
- RubyLexer::NestedContexts::UnparenedParamListLhsContext
- Defined in:
- lib/rubylexer/context.rb
Instance Attribute Summary
Attributes inherited from NestedContext
Instance Method Summary collapse
-
#ender ⇒ Object
; or n when from method def, { or do when from stabby block.
- #endtoken(offset) ⇒ Object
-
#starter ⇒ Object
“ ” ???.
Methods inherited from ImplicitLhsContext
Methods inherited from NestedContext
#initialize, #lhs, #lhs=, #matches?, #see, #wantarrow
Constructor Details
This class inherits a constructor from RubyLexer::NestedContexts::ImplicitLhsContext
Instance Method Details
#ender ⇒ Object
; or n when from method def, { or do when from stabby block
128 |
# File 'lib/rubylexer/context.rb', line 128 def ender; huh end |
#endtoken(offset) ⇒ Object
129 130 131 |
# File 'lib/rubylexer/context.rb', line 129 def endtoken offset ImplicitParamListEndToken.new offset end |
#starter ⇒ Object
“ ” ???
127 |
# File 'lib/rubylexer/context.rb', line 127 def starter; huh end |