Object
# File lib/rkelly/runtime/ruby_function.rb, line 4 def initialize(&block) @code = block end
# File lib/rkelly/runtime/ruby_function.rb, line 8 def call(chain, *args) @code.call(*args) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.