struct Aero::Template::NullableString

Extended Modules

Defined in:

template/node.cr

Class Method Summary

Instance Method Summary

Instance methods inherited from struct Aero::Template::Node

accepts?(other : Node) : Bool accepts?, start : Int32 start, stop : Int32 stop

Constructor methods inherited from struct Aero::Template::Node

new(start : Int32, stop : Int32) new

Class Method Detail

def self.default #

[View source]

Instance Method Detail

def accepts?(other : Node) : Bool #

[View source]
def to_s(io : IO) : Nil #
Description copied from struct Struct

Same as #inspect(io).


[View source]