Class: RubyLexer::NestedContexts::WhenParamListContext

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

Instance Attribute Summary

Attributes inherited from NestedContext

#ender, #linenum, #starter

Instance Method Summary collapse

Methods inherited from NestedContext

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

Constructor Details

#initialize(starter, linenum) ⇒ WhenParamListContext

Returns a new instance of WhenParamListContext.



145
146
147
# File 'lib/rubylexer/context.rb', line 145

def initialize(starter,linenum)
  super(starter,nil,linenum)
end