Method: XDry::NMethodStart#initialize

Defined in:
lib/xdry/parsing/nodes.rb

#initialize(selector_def, ret_type) ⇒ NMethodStart

Returns a new instance of NMethodStart.



117
118
119
# File 'lib/xdry/parsing/nodes.rb', line 117

def initialize selector_def, ret_type
  @selector_def, @ret_type = selector_def, ret_type
end