Method: Appendable#+
- Defined in:
- lib/active_form/core_extensions.rb
#+(string_or_array) ⇒ Object
134 135 136 |
# File 'lib/active_form/core_extensions.rb', line 134 def +(string_or_array) self << value_to_array(string_or_array) end |