each

each()
Instance Public methods

Iterator version of `get'.

The block is called repeatedly with two arguments: The first is the option name. The second is the argument which followed it (if any). Example: ('âopt', 'value')

The option name is always converted to the first (preferred) name given in the original options to ::new.

each_option

doc_ruby_on_rails
2015-04-11 18:01:30
Comments
Leave a Comment

Please login to continue.