Sha256: 50dbae0b919b93caf924b1cf13e1f627ee667bcc243c8eee034787454b0d7657

Contents?: true

Size: 219 Bytes

Versions: 3

Compression:

Stored size: 219 Bytes

Contents

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

##
# Accessors for #width.
#
module Indexable
  module Width

    # Get width.
    def width
      self[0]
    end

    # Set width.
    def width=(width)
      self[0]=width
    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/width.rb
sixarm_ruby_geometry-3.1.1 lib/sixarm_ruby_geometry/indexable/width.rb
sixarm_ruby_geometry-3.0.0 lib/sixarm_ruby_geometry/indexable/width.rb