class DebugHelper::ArrayHandler

Public Instance Methods

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