class DebugHelper::MatchDataHandler

Public Instance Methods

calls_for_instance() click to toggle source
# File lib/debug_helper/match_data_handler.rb, line 5
def calls_for_instance
  [
      [:size],
      [:regexp],
      [:to_a],
      [:captures],
      [:names],
  ]
end