class Object def self.const_missing(const) require const.to_s.snakize Object.const_get const end end