7 8 9 10 11 12
# File 'lib/astrobot/client.rb', line 7 def self.build(method, opts = {}) Astrobot::Client.post( :method => method, :arguments => opts ) end