Sha256: 36559dba015fd8aef8b131ebbdc21bbca7e79b77b24f6cfce3537e41bf3259e4

Contents?: true

Size: 137 Bytes

Versions: 286

Compression:

Stored size: 137 Bytes

Contents

module Sample

  class Oval < Shape

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

  end # Oval
end # Sample

Version data entries

286 entries across 286 versions & 4 rubygems

Version Path
oj-3.13.0 test/sample/oval.rb
oj-3.12.3 test/sample/oval.rb
oj-3.12.2 test/sample/oval.rb
oj-3.12.1 test/sample/oval.rb
oj-3.12.0 test/sample/oval.rb
oj-3.11.8 test/sample/oval.rb
oj-3.11.7 test/sample/oval.rb
oj-3.11.6 test/sample/oval.rb
oj-3.11.5 test/sample/oval.rb
oj-3.11.4 test/sample/oval.rb
oj-3.11.3 test/sample/oval.rb
oj-3.11.2 test/sample/oval.rb
oj-3.11.1 test/sample/oval.rb
oj-3.11.0 test/sample/oval.rb
oj-3.10.18 test/sample/oval.rb
oj-3.10.17 test/sample/oval.rb
oj-3.10.16 test/sample/oval.rb
oj-3.10.15 test/sample/oval.rb
oj-3.10.14 test/sample/oval.rb
oj-3.10.13 test/sample/oval.rb