module Shackleton

Constants

VERSION

Public Instance Methods

mapper(&block) click to toggle source
# File lib/shackleton.rb, line 13
def mapper(&block)
  Shackleton::Mapper.new(&block)
end