Module: BatchRails2

Defined in:
lib/batch-rails2.rb,
lib/batch-rails2/version.rb

Defined Under Namespace

Classes: Engine

Constant Summary collapse

VERSION =
"0.2.0"
@@prefix =
"batch-"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (BatchRails2)

    the object that the method was called on



10
11
12
# File 'lib/batch-rails2.rb', line 10

def self.setup
  yield self
end