38 39 40
# File 'lib/fyb.rb', line 38 def method_missing(method, *args, &block) client.send(method, *args, &block) end