class Crinja::Operator::Or

Included Modules

Defined in:

lib/operator/logic.cr

Instance Method Summary

Instance methods inherited from module Crinja::Operator::Logic

binary? binary?, value(env : Crinja, op1 : Value, &block : -> Value) value

Instance methods inherited from class Crinja::Operator

binary? binary?, inspect(io : IO) inspect, ternary? ternary?, to_s(io : IO) to_s, unary? unary?

Instance Method Detail

def end_tag : String? #

[View source]
def name #

[View source]
def value(env : Crinja, op1 : Value, &op2 : -> Value) : Value #

[View source]