Module: Undo

Defined in:
lib/undo/wrapper.rb,
lib/undo/wrapper_integration.rb,
lib/undo/wrapper/configuration.rb

Defined Under Namespace

Classes: Wrapper

Class Method Summary collapse

Class Method Details

.wrap(object, options = {}) ⇒ Object



2
3
4
# File 'lib/undo/wrapper_integration.rb', line 2

def self.wrap(object, options = {})
  Wrapper.new object, options
end