class DebugHelper::OpenStructHandler

Public Instance Methods

each_pair?() click to toggle source
# File lib/debug_helper/open_struct_handler.rb, line 10
def each_pair?
  true
end
show() click to toggle source
Calls superclass method
# File lib/debug_helper/open_struct_handler.rb, line 5
def show
  self.pair_names = %w/Member Name Value/
  super
end