module Sandbox

def self.cleanup!

def self.cleanup!
  constants.each { |klass| remove_const klass }
end