class Object

Public Instance Methods

define_patch(options={}, &blk) click to toggle source
# File lib/patch_life.rb, line 30
def define_patch(options={}, &blk)
  PatchLife.define_patch_life(options, &blk)
end