Top Level Namespace

Defined Under Namespace

Modules: PatchLife

Instance Method Summary collapse

Instance Method Details

#define_patch(options = {}, &blk) ⇒ Object



30
31
32
# File 'lib/patch_life.rb', line 30

def define_patch(options={}, &blk)
  PatchLife.define_patch_life(options, &blk)
end