class Byebug::VarInstanceCommand

def execute

def execute
  var_instance(@match.post_match.empty? ? 'self' : @match.post_match)
end