Sha256: 9752673c8da33b26c7acc7394645c60de909586490dc8c5517aae70d61abe9b1

Contents?: true

Size: 172 Bytes

Versions: 3

Compression:

Stored size: 172 Bytes

Contents

# -*- coding: utf-8 -*-

##
# Indexable by dimension.
#
#  * Intended to be implemented via [].
#  * Intended to be 2-dimensional.
#
module Indexable
  module D2
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sixarm_ruby_geometry-4.0.0 lib/sixarm_ruby_geometry/indexable/d2.rb
sixarm_ruby_geometry-3.1.1 lib/sixarm_ruby_geometry/indexable/d2.rb
sixarm_ruby_geometry-3.0.0 lib/sixarm_ruby_geometry/indexable/d2.rb