| Nom |
Type |
Description |
| __FILE__ |
String |
Représente le fichier courant |
| __LINE__ |
Fixnum |
Représente la ligne courante |
| $! |
String |
Texte de la dernière erreur |
| $' |
Object |
description |
| $" |
Object |
description |
| $$ |
Object |
description |
| $& |
Object |
description |
| $* |
Object |
description |
| $+ |
Object |
description |
| $, |
Object |
description |
| $-0 |
Object |
description |
| $-F |
Object |
description |
| $-I |
Object |
description |
| $-K |
Object |
description |
| $-a |
Object |
description |
| $-d |
Object |
description |
| $-i |
Object |
description |
| $-l |
Object |
description |
| $-p |
Object |
description |
| $-v |
Object |
description |
| $-w |
Object |
description |
| $. |
Object |
description |
| $/ |
Object |
description |
| $: |
Object |
description |
| $; |
Object |
description |
| $< |
Object |
description |
| $= |
Object |
description |
| $> |
Object |
description |
| $? |
Object |
description |
| $@ |
String |
Contexte de la dernière erreur |
| $\ |
Object |
description |
| $_ |
Object |
description |
| $` |
Object |
description |
| $~ |
Object |
description |
| $1 à $9 |
Object |
description |
| $0 |
Object |
description |
| $configure_args |
Object |
description |
| $DEBUG |
Object |
description |
| $deferr |
Object |
description |
| $defout |
Object |
description |
| $expect_verbose |
Object |
description |
| $F |
Object |
description |
| $FILENAME |
Object |
description |
| $KCODE |
Object |
description |
| $LOAD_PATH |
Object |
description |
| $SAFE |
Fixnum |
Niveau de sécurité |
| $stderr |
IO |
Représente la sortie d'erreur standard |
| $stdin |
IO |
Représente l'entrée standard |
| $stdout |
IO |
Représente la sortie standard |
| $VERBOSE |
Object |
description |