Sha256: cf3abd1a71699b4a25a965ce8d45494f849765cb6b129da8616733a5e8fc2746

Contents?: true

Size: 162 Bytes

Versions: 1

Compression:

Stored size: 162 Bytes

Contents

class Array
  
  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/array.rb