Skip to content

Instantly share code, notes, and snippets.

@zev
Created June 10, 2016 23:47
Show Gist options
  • Save zev/1813c1f88d1a07ec6fe6a48a3dc88ba7 to your computer and use it in GitHub Desktop.
Save zev/1813c1f88d1a07ec6fe6a48a3dc88ba7 to your computer and use it in GitHub Desktop.
begin
class_to_load = class_name.constantize
class_to_load.new
# ...
rescue NameError => e
# do other things if class_name is not an actual class
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment