← Reference

Keywords

Ruby keywords and special language constructs.

Global Variables

Variables accessible throughout your Ruby program with a $ prefix, used for program-wide state.

$variable_name