Sha256: a012f6e7967ecdfee7fbb60b8a18037a66e2bcadb3748d13850e0b5364b8c222

Contents?: true

Size: 137 Bytes

Versions: 273

Compression:

Stored size: 137 Bytes

Contents

module Sample
  class Rect < Shape

    def initialize(left, top, wide, high, color=nil)
      super
    end

  end # Rect
end # Sample

Version data entries

273 entries across 273 versions & 4 rubygems

Version Path
oj-3.9.2 test/sample/rect.rb
oj-3.9.1 test/sample/rect.rb
oj-3.9.0 test/sample/rect.rb
oj-3.8.1 test/sample/rect.rb
oj-3.8.0 test/sample/rect.rb
oj-3.7.12 test/sample/rect.rb
oj-3.7.11 test/sample/rect.rb
oj-3.7.10 test/sample/rect.rb
oj-3.7.9 test/sample/rect.rb
oj-3.7.8 test/sample/rect.rb
oj-3.7.7 test/sample/rect.rb
oj-3.7.6 test/sample/rect.rb
oj-3.7.5 test/sample/rect.rb
oj-3.7.4 test/sample/rect.rb
oj-3.7.3 test/sample/rect.rb
oj-3.7.2 test/sample/rect.rb
oj-3.7.1 test/sample/rect.rb
oj-3.7.0 test/sample/rect.rb
oj-3.6.13 test/sample/rect.rb
oj-3.6.12 test/sample/rect.rb