Class: RubyLexer::NestedContexts::UnparenedParamListLhsContext

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

Constructor Details

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

Instance Method Details

#enderObject

; 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

#starterObject

“ ” ???



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

def starter; huh end