Object
Original code copied from gist.github.com/1417762 Copyright 2011 Emmanuel Oga.
# File lib/deltacloud/core_ext/proc.rb, line 27 def callback(callable, *args) call Callback.new(callable, *args) end