Method: Implementation::ImplMethods#new
- Defined in:
- lib/definition.rb
#new ⇒ Object
145 146 147 148 |
# File 'lib/definition.rb', line 145 def new assert_implemented unless @skip_assertion NEW.bind(self).call end |
145 146 147 148 |
# File 'lib/definition.rb', line 145 def new assert_implemented unless @skip_assertion NEW.bind(self).call end |