Sha256: e29c17d2001234b519793f67ca212eddc387d0e1ae3f1cb9b0cb9165008808eb

Contents?: true

Size: 161 Bytes

Versions: 3

Compression:

Stored size: 161 Bytes

Contents

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

##
# Accessors for #x.
#
module Indexable
  module X

    def x
      self[0]
    end

    def x=(x)
      self[0]=x
    end

  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/x.rb
sixarm_ruby_geometry-3.1.1 lib/sixarm_ruby_geometry/indexable/x.rb
sixarm_ruby_geometry-3.0.0 lib/sixarm_ruby_geometry/indexable/x.rb