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