class RemiLib::RSConf::RSArray
- RemiLib::RSConf::RSArray
- Reference
- Object
Overview
The RSArray class holds an array of RSConf values.
Defined in:
remilib/rsconf/common.crConstructors
-
.new(val : Array(RSScalar | RSObject | RSArray))
Creates a new
RSArrayinstance. -
.new
Creates a new
RSArrayinstance with no elements.
Instance Method Summary
- #<<(*args, **options)
- #<<(*args, **options, &)
- #[](*args, **options)
- #[](*args, **options, &)
- #[]=(*args, **options)
- #[]=(*args, **options, &)
- #each(*args, **options)
- #each(*args, **options, &)
Class methods inherited from class Object
fromRsconf(toplevel : RemiLib::RSConf::RSValue)fromRsconf(data : String | IO | Path) fromRsconf
Constructor Detail
Creates a new RSArray instance.