Method: IBRuby::Row#to_a
- Defined in:
- lib/src.rb
#to_a ⇒ Object
This method retrieves an Array containing the values from a Row object. Each value is represented as an Array containing a column name and the associated column value.
1050 1051 |
# File 'lib/src.rb', line 1050 def to_a end |