Class: RubyLexer::NestedContexts::BlockParamListLhsContext
- Inherits:
-
ImplicitLhsContext
- Object
- NestedContext
- ImplicitLhsContext
- RubyLexer::NestedContexts::BlockParamListLhsContext
- Defined in:
- lib/rubylexer/context.rb
Instance Attribute Summary
Attributes inherited from NestedContext
Instance Method Summary collapse
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
118 |
# File 'lib/rubylexer/context.rb', line 118 def ender; '|' end |
#starter ⇒ Object
117 |
# File 'lib/rubylexer/context.rb', line 117 def starter; '|' end |