constant
A Ruby constant is like a variable, except that its value is supposed to remain constant for the duration of the program.

   
          A Ruby constant is like a variable, except that its value is supposed to remain constant for the duration of the program.
