class

GRM::Args

Inherits Reference / Object

Managed argument container

Constructors

new(args : Hash(String, _))
Source
new(args : Hash(Symbol, _))
Source

Instance methods

[]=(key : String, value)
Source
clear
Source
contains?(key : String) : Bool
Source
delete
Source
deleted?
Source
finalize
Source
push(key : String, value : String)
Source
push(key : String, value : Int32)
Source
push(key : String, value : Int64)
Source
push(key : String, value : Float64)
Source
push(key : String, value : Args)
Source
push(key : String, values : Array(String))
Source
push(key : String, values : Array(Int32))
Source
push(key : String, values : Array(Int64))
Source
push(key : String, values : Array(Float64))
Source
push(key : String, values : Array(Args))
Source
push(key : String, values : Array(Array(Int32)))
Source
push(key : String, values : Array(Array(Float64)))
Source
remove(key : String)
Source

Nested types