class DebugHelper::StructHandler

Public Instance Methods

calls_for_instance() click to toggle source
# File lib/debug_helper/struct_handler.rb, line 5
def calls_for_instance
  [
      [:size],
  ]
end
show() click to toggle source
Calls superclass method
# File lib/debug_helper/struct_handler.rb, line 11
def show
  self.pair_names = %w/Member Name Value/
  super
end