Ansi::Params
Inherits Enumerable < Struct < Value < Object
Constructors
Instance methods
to_a
Returns an Array with all the elements in the collection.
(1..5).to_a # => [1, 2, 3, 4, 5]
Inherits Enumerable < Struct < Value < Object
Returns an Array with all the elements in the collection.
(1..5).to_a # => [1, 2, 3, 4, 5]