DEBSOURCES
Skip Quicknav
sources / ruby-oj / 3.16.3-1 / test / sample / oval.rb
12345678910
module Sample class Oval < Shape def initialize(left, top, wide, high, color=nil) super end end # Oval end # Sample