Module: Fairy::Here::Interface

Defined in:
lib/fairy/client/here.rb

Instance Method Summary collapse

Instance Method Details

#here(opts = nil) ⇒ Object



15
16
17
18
19
# File 'lib/fairy/client/here.rb', line 15

def here(opts = nil)
  here = Here.new(@fairy, opts)
  here.input= self
  here
end