Class: RubyLexer::NestedContexts::BlockParamListLhsContext

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

Instance Attribute Summary

Attributes inherited from NestedContext

#linenum

Instance Method Summary collapse

Methods inherited from ImplicitLhsContext

#initialize, #lhs

Methods inherited from NestedContext

#initialize, #lhs=, #matches?, #see, #wantarrow

Constructor Details

This class inherits a constructor from RubyLexer::NestedContexts::ImplicitLhsContext

Instance Method Details

#enderObject



111
# File 'lib/rubylexer/context.rb', line 111

def ender; '|' end

#starterObject



110
# File 'lib/rubylexer/context.rb', line 110

def starter; '|' end