class DebugHelper::SymbolHandler

Public Instance Methods

calls_for_instance() click to toggle source
# File lib/debug_helper/symbol_handler.rb, line 5
def calls_for_instance
  [
      [:to_s],
      [:size],
      [:encoding],
  ]
end