class Crystal::BoolLiteral inherits Crystal::ASTNode ¶ A bool literal. 'true' | 'false' Class methods¶ .new(value) ¶ View source Methods¶ #==(other : self) ¶ Returns true if this reference is the same as other. Invokes same?. #clone_without_location ¶ View source #false? ¶ View source #hash(hasher) ¶ See Object#hash(hasher) #to_macro_id ¶ View source #value : Bool ¶ View source #value=(value : Bool) ¶ View source