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.5.4 test/ox/oval.rb
ox-1.5.3 test/ox/oval.rb
ox-1.5.2 test/ox/oval.rb
ox-1.5.1 test/ox/oval.rb
ox-1.5.0 test/ox/oval.rb
ox-1.4.6 test/ox/oval.rb
ox-1.4.5 test/ox/oval.rb
ox-1.4.4 test/ox/oval.rb
ox-1.4.3 test/ox/oval.rb
ox-1.4.2 test/ox/oval.rb
ox-1.4.1 test/ox/oval.rb
ox-1.4.0 test/ox/oval.rb
ox-1.3.5 test/ox/oval.rb
ox-1.3.4 test/ox/oval.rb
ox-1.3.3 test/ox/oval.rb
ox-1.3.2 test/ox/oval.rb
ox-1.3.1 test/ox/oval.rb
ox-1.3.0 test/ox/oval.rb
ox-1.2.15 test/ox/oval.rb
ox-1.2.14 test/ox/oval.rb