class Object

Public Instance Methods

pbatcher(&block) click to toggle source
# File lib/pbatcher.rb, line 14
def pbatcher(&block)
  PBatcher::Generator.build(&block)
end