GitHub::Repos::List(T)
Inherits Enumerable < Struct < Value < Object
Constructors
new(json : JSON::PullParser)
SourceInstance methods
items
Sourceto_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]