class RuboCop::Cop::Rails::Output

def match_gvar?(sym)

def match_gvar?(sym)
  %i[$stdout $stderr].include?(sym)
end