Method: IBRuby::Row#each_key

Defined in:
lib/src.rb

#each_key {|column| ... } ⇒ Object

This method iterates over the column names for a Row class.

Yields:

  • (column)


936
937
938
# File 'lib/src.rb', line 936

def each_key
   yield column
end