Class: Struct
Instance Method Summary collapse
- #children_for_tk_inspect ⇒ Object
- #number_of_children_for_tk_inspect ⇒ Object
- #value_for_tk_inspect ⇒ Object
Instance Method Details
#children_for_tk_inspect ⇒ Object
62 63 64 |
# File 'lib/base_inspectors.rb', line 62 def children_for_tk_inspect to_h.merge(super) end |
#number_of_children_for_tk_inspect ⇒ Object
58 59 60 |
# File 'lib/base_inspectors.rb', line 58 def number_of_children_for_tk_inspect size + super end |
#value_for_tk_inspect ⇒ Object
54 55 56 |
# File 'lib/base_inspectors.rb', line 54 def value_for_tk_inspect "#{size} elements" end |