method

+

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Fragments
+(other) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/arel/nodes/fragments.rb, line 22
      def +(other)
        raise ArgumentError, "Expected Arel node" unless Arel.arel_node?(other)

        self.class.new([*@values, other])
      end
Register or log in to add new notes.