Sha256: e99299ed1962bfee26f34c30aaf148a2214aab2c0d2685899e10f4a899412eae

Contents?: true

Size: 166 Bytes

Versions: 40

Compression:

Stored size: 166 Bytes

Contents

module Test
  module Ox

    class Oval < Shape

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

    end # Oval
  end # Ox
end # Test

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
ox-1.2.13 test/ox/oval.rb
ox-1.2.12 test/ox/oval.rb
ox-1.2.11 test/ox/oval.rb
ox-1.2.10 test/ox/oval.rb
ox-1.2.9 test/ox/oval.rb
ox-1.2.8 test/ox/oval.rb
ox-1.2.7 test/ox/oval.rb
ox-1.2.6 test/ox/oval.rb
ox-1.2.5 test/ox/oval.rb
ox-1.2.4 test/ox/oval.rb
ox-1.2.3 test/ox/oval.rb
ox-1.2.2 test/ox/oval.rb
ox-1.2.1 test/ox/oval.rb
ox-1.2.0 test/ox/oval.rb
ox-1.1.1 test/ox/oval.rb
ox-1.1.0 test/ox/oval.rb
ox-1.0.3 test/ox/oval.rb
ox-1.0.2 test/ox/oval.rb
ox-1.0.1 test/ox/oval.rb
ox-1.0.0 test/ox/oval.rb