class Money::ReverseOperationProxy

def +(other)

def +(other)
  other + @value
end