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