class RemiLib::RSConf::RSArray

Overview

The RSArray class holds an array of RSConf values.

Defined in:

remilib/rsconf/common.cr

Constructors

Instance Method Summary

Class methods inherited from class Object

fromRsconf(toplevel : RemiLib::RSConf::RSValue)
fromRsconf(data : String | IO | Path)
fromRsconf

Constructor Detail

def self.new(val : Array(RSScalar | RSObject | RSArray)) #

Creates a new RSArray instance.


[View source]
def self.new #

Creates a new RSArray instance with no elements.


[View source]

Instance Method Detail

def <<(*args, **options) #

[View source]
def <<(*args, **options, &) #

[View source]
def [](*args, **options) #

[View source]
def [](*args, **options, &) #

[View source]
def []=(*args, **options) #

[View source]
def []=(*args, **options, &) #

[View source]
def each(*args, **options) #

[View source]
def each(*args, **options, &) #

[View source]