class Fisk::Helpers::Fiddle::Function

Public Instance Methods

to_proc() click to toggle source
# File lib/fisk/helpers.rb, line 8
def to_proc
  this = self
  lambda { |*args| this.call(*args) }
end