Class: Proc

Inherits:
Object
  • Object
show all
Defined in:
lib/deltacloud/core_ext/proc.rb

Overview

Original code copied from gist.github.com/1417762 Copyright 2011 Emmanuel Oga.

Defined Under Namespace

Classes: Callback

Instance Method Summary collapse

Instance Method Details

#callback(callable, *args) ⇒ Object



27
28
29
# File 'lib/deltacloud/core_ext/proc.rb', line 27

def callback(callable, *args)
  call Callback.new(callable, *args)
end