class Byebug::VarCommand::ConstCommand

def str_obj

def str_obj
  @str_obj ||= @match[1] || 'self.class'
end