Top Level Namespace

Defined Under Namespace

Modules: PatchLife

Instance Method Summary collapse

Instance Method Details

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



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

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