# File lib/rubygame/ftor.rb, line 215 def *(other) return self.class.new(@x*other,@y*other) rescue TypeError return self.class.new(@x*other[0],@y*other[1]) end