struct HTML5::Atom::Atom

Defined in:

html5/atom/atom.cr

Class Method Summary

Instance Method Summary

Macro Summary

Class Method Detail

def self.[](value : Int) #

[View source]
def self.zero #

[View source]

Instance Method Detail

def ==(o : Int) #

[View source]
def ==(o : Atom) #

[View source]
def string #

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

Same as #inspect(io).


[View source]
def to_s #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]

Macro Detail

macro method_missing(call) #

[View source]