# File lib/rubygame/color/models/base.rb, line 36 def -(other) wrap( simple_op(other) { |a,b| a - b } ) end