class Struct

Public Instance Methods

children_for_tk_inspect() click to toggle source
Calls superclass method Object#children_for_tk_inspect
# File lib/base_inspectors.rb, line 62
def children_for_tk_inspect
  to_h.merge(super)
end
number_of_children_for_tk_inspect() click to toggle source
# File lib/base_inspectors.rb, line 58
def number_of_children_for_tk_inspect
  size + super
end
value_for_tk_inspect() click to toggle source
# File lib/base_inspectors.rb, line 54
def value_for_tk_inspect
  "#{size} elements"
end