Sha256: 012e9b90e449f9e82906784c44e266fe56546e5a3a14b0520534865a49c08405

Contents?: true

Size: 136 Bytes

Versions: 13

Compression:

Stored size: 136 Bytes

Contents

module Sample
  class Rect < Shape

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

  end # Rect
end # Sample

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
oj-3.16.9 test/sample/rect.rb
oj-3.16.8 test/sample/rect.rb
oj-3.16.7 test/sample/rect.rb
oj-3.16.6 test/sample/rect.rb
oj-3.16.5 test/sample/rect.rb
oj-3.16.4 test/sample/rect.rb
oj-3.16.3 test/sample/rect.rb
oj-3.16.2 test/sample/rect.rb
oj-3.16.1 test/sample/rect.rb
oj-3.16.0 test/sample/rect.rb
oj-3.15.1 test/sample/rect.rb
oj-3.15.0 test/sample/rect.rb
oj-3.14.3 test/sample/rect.rb