Class: Gtk::ListStore
- Inherits:
-
Object
- Object
- Gtk::ListStore
- Includes:
- Enumerable
- Defined in:
- lib/rudebug/gtk-patch.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#size ⇒ Object
23 24 25 |
# File 'lib/rudebug/gtk-patch.rb', line 23 def size() self.to_a().size() end |