module Sandrbox
Shamelessly stolen from Mongoid!
Public Instance Methods
configure() { |Config| ... }
click to toggle source
# File lib/sandrbox.rb, line 11 def configure block_given? ? yield(Sandrbox::Config) : Sandrbox::Config end
Also aliased as: config
perform(array)
click to toggle source
# File lib/sandrbox.rb, line 16 def perform(array) Sandrbox::Response.new(array) end