class Crinja::Callable::Instance
- Crinja::Callable::Instance
- Reference
- Object
Included Modules
Defined in:
runtime/callable.crConstructors
Instance Method Summary
Instance methods inherited from module Crinja::Callable
call(arguments : Arguments)
call,
to_s(io)
to_s
Constructor Detail
def self.new(proc : Crinja::Arguments -> Crinja::Value, defaults : Hash(String, Crinja::Value) = {} of String => Value, name : String? = nil)
#