Module: NeedfulThings::InstanceMethods
- Included in:
- NeedfulThings
- Defined in:
- lib/needful_things/instance_methods.rb
Instance Method Summary collapse
Instance Method Details
#neediness(input = {}, &block) ⇒ Object
4 5 6 |
# File 'lib/needful_things/instance_methods.rb', line 4 def neediness(input = {}, &block) self.class.needs_engine.verify(input, &block) end |