module Tortilla

Public Class Methods

wrap(domain) click to toggle source
# File lib/tortilla.rb, line 66
def self.wrap(domain)
  return Tortilla::ApiWrapper.new(domain)
end