Method: Fyb.method_missing

Defined in:
lib/fyb.rb

.method_missing(method, *args, &block) ⇒ Object



38
39
40
# File 'lib/fyb.rb', line 38

def method_missing(method, *args, &block)
  client.send(method, *args, &block)
end