Class: About::Versions
- Inherits:
-
Gtk::HBox
- Object
- Gtk::HBox
- About::Versions
- Defined in:
- lib/About.rb
Instance Method Summary collapse
- #add(text, ver) ⇒ Object
-
#initialize ⇒ Versions
constructor
A new instance of Versions.
Constructor Details
#initialize ⇒ Versions
Returns a new instance of Versions.
8 9 10 11 |
# File 'lib/About.rb', line 8 def initialize super(true,3) @progs=Hash.new end |