module Restforce

def configure

end
config.password = "password"
config.username = "username"
Restforce.configure do |config|

Example

Yields the Configuration
def configure
  yield configuration
end