class KDL::Document
Defined in:
kdl/document.crConstructors
Instance Method Summary
- #==(other : KDL::Document)
-
#==(other)
Returns
false
(other can only be aValue
here). - #[](index : Int)
- #[](key : String)
- #[](key : Symbol)
- #[]?(index : Int)
- #[]?(key : String)
- #[]?(key : Symbol)
- #arg(key) : Value::Type
- #arg?(key) : Value::Type | Nil
- #dash_vals(key) : Array(Value::Type)
- #dash_vals?(key) : Array(Value::Type) | Nil
-
#hash(hasher)
See
Object#hash(hasher)
- #nodes : Array(KDL::Node)
- #nodes=(nodes : Array(KDL::Node))
-
#to_s(io : IO) : Nil
Appends a short String representation of this object which includes its class name and its object address.
Instance methods inherited from class Reference
==(other : KDL::Value)
==
Instance methods inherited from class Object
===(other : KDL::Value)
===
Constructor Detail
Instance Method Detail
def ==(other)
#