class
Crinja::Callable::Instance
- Crinja::Callable::Instance
- Reference
- Object
Included Modules
Defined in:
runtime/callable.crConstructors
Instance Method Summary
- #call(arguments : Arguments) : Crinja::Value
- #defaults : Variables
- #name : String | Nil
- #proc : Proc
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 : Nil | String = nil)
#