module Boxxer

Constants

VERSION

Public Class Methods

call(options = {}) click to toggle source
# File lib/boxxer.rb, line 7
def self.call(options = {})
  Handler.new(options).call
end