2 3 4 5
# File 'lib/pup/utilities/object.rb', line 2 def self.const_missing(name) require name.to_s.to_snakecase Object.const_get(name) end