class Object
Public Instance Methods
<<(other)
click to toggle source
# File lib/active_model/merge_errors.rb, line 2 def <<(other) self.merge!(other) self end
# File lib/active_model/merge_errors.rb, line 2 def <<(other) self.merge!(other) self end