def size(x, y = nil)
        if x.is_a?(Hash)
          x, y = x[:x], x[:y]
        end
        prefixed_method(:size, :x => x, :y => y)