Module: Runaround

Defined in:
lib/runaround.rb,
lib/runaround/errors.rb,
lib/runaround/manager.rb,
lib/runaround/version.rb,
lib/runaround/method_call.rb,
lib/runaround/callback_hook.rb,
lib/runaround/instance_methods.rb

Defined Under Namespace

Modules: CallbackHook, InstanceMethods Classes: CallbackSetupError, Manager, MethodCall

Constant Summary collapse

VERSION =
"1.0.0"

Instance Method Summary collapse

Instance Method Details

#runaroundObject



7
8
9
# File 'lib/runaround.rb', line 7

def runaround
  @runaround ||= Manager.new(self)
end