class Proc

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

Constants

Callback

Public Instance Methods

callback(callable, *args) click to toggle source
# File lib/deltacloud/core_ext/proc.rb, line 27
def callback(callable, *args)
  call Callback.new(callable, *args)
end