module Mobile

Constants

VERSION

Public Class Methods

configure(&block) click to toggle source
# File lib/mobile/client.rb, line 5
def self.configure(&block)
  Mobile::Client.new(&block)
end