Method: Rails::Initializable::Collection#+
- Defined in:
- railties/lib/rails/initializable.rb
#+(other) ⇒ Object
53 54 55 |
# File 'railties/lib/rails/initializable.rb', line 53 def +(other) Collection.new(to_a + other.to_a) end |
53 54 55 |
# File 'railties/lib/rails/initializable.rb', line 53 def +(other) Collection.new(to_a + other.to_a) end |