class Hash def to_position end alias_method :to_pos, :to_position def to_dimensions end alias_method :to_size, :to_dimensions end