Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
GRM::Args
Inherits
Reference
/
Object
Managed argument container
Constructors
new
(args :
Hash
(
String
, _))
Source
new
(args :
Hash
(
Symbol
, _))
Source
new
Source
new
Source
Instance methods
[]=
(key :
String
, value)
Source
clear
Source
contains?
(key :
String
) :
Bool
Source
delete
Source
deleted?
Source
finalize
Source
ptr
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
GRM::Args::Reference