Google

# File ../lib/fox/core.rb, line 336
    def /(value)

      FXSize.new(self.w/value, self.h/value)

    end