field

field( header )
field( header, offset )
field( index )
Instance Public methods

This method will return the field value by header or index. If a field is not found, nil is returned.

When provided, offset ensures that a header match occurrs on or later than the offset index. You can use this to find duplicate headers, without resorting to hard-coding exact indices.

[]

doc_ruby_on_rails
2015-04-01 18:36:59
Comments
Leave a Comment

Please login to continue.