Method: Implementation::ImplMethods#new

Defined in:
lib/definition.rb

#newObject



145
146
147
148
# File 'lib/definition.rb', line 145

def new
  assert_implemented unless @skip_assertion
  NEW.bind(self).call
end