Language Basics Ruby

# This should make things a lot simpler.
module Math
 remove_const(:PI)
  PI = 3
end
Math::PI                                        # => 3