Class: OpenSocial::Collection
- Inherits:
-
Hash
- Object
- Hash
- OpenSocial::Collection
- Defined in:
- lib/opensocial/base.rb
Instance Method Summary collapse
-
#to_array ⇒ Object
Converts the Collection to an Array by returning each of the values from key/value pairs.
Instance Method Details
#to_array ⇒ Object
Converts the Collection to an Array by returning each of the values from key/value pairs.
50 51 52 |
# File 'lib/opensocial/base.rb', line 50 def to_array values end |