class Stimulant::Data

Public Instance Methods

+(other) click to toggle source
# File lib/stimulant/data.rb, line 3
def +(other)
  merge(other) do |_key, oldval, newval|
    oldval + newval
  end
end