DEBSOURCES
Skip Quicknav
sources / ruby-ox / 2.14.23-1 / test / ox / oval.rb
123456789
module Test module Ox class Oval < Shape def initialize(left, top, wide, high, color=nil) super end end # Oval end # Ox end # Test