class Aero::ComparisonError

Defined in:

errors.cr

Constructors

Instance methods inherited from class Aero::TemplateError

start : Int32 start, stop : Int32 stop

Constructor methods inherited from class Aero::TemplateError

new(message : String, start : Int32, stop : Int32) new

Constructor Detail

def self.new(kind : Template::OpKind, left : Template::Value, right : Template::Value) #

[View source]