Module: Fairy::There::Interface
- Defined in:
- lib/fairy/client/there.rb
Instance Method Summary collapse
-
#there(enumerable = nil, opts = {}) ⇒ Object
Usage: ○ fairy.there(enumeratable).…
Instance Method Details
#there(enumerable = nil, opts = {}) ⇒ Object
Usage: ○ fairy.there(enumeratable).… ○ enumerable.there(fairy).…
enumerable | fairy.there
16 17 18 |
# File 'lib/fairy/client/there.rb', line 16 def there(enumerable = nil, opts={}) There.input(self, opts, enumerable) end |