Sha256: 0d55a1f217c821ad6d92e9837b46411cc4c1326fe3de287c411f871fc500dc7c

Contents?: true

Size: 161 Bytes

Versions: 1

Compression:

Stored size: 161 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
game-0.0.1 lib/core_ext/hash.rb