class Shoestring::Base
Public Class Methods
check(*args, &block)
click to toggle source
# File lib/shoestring.rb, line 6 def self.check(*args, &block) self.new(*args, &block).check end
# File lib/shoestring.rb, line 6 def self.check(*args, &block) self.new(*args, &block).check end