Constants Stores values that cannot be changed during execution. class Math PI = 3.14 end puts Math::PI # => 3.14