Skip to content

Instantly share code, notes, and snippets.

@radar
Created April 25, 2018 22:27
Show Gist options
  • Save radar/785ef242a0cc9e4f45fecd25b05f9bb0 to your computer and use it in GitHub Desktop.
Save radar/785ef242a0cc9e4f45fecd25b05f9bb0 to your computer and use it in GitHub Desktop.
[8] pry(#<Dry::Core::ClassBuilder>)> namespace.const_defined?(:Project)
=> true
[9] pry(#<Dry::Core::ClassBuilder>)> namespace.const_defined?("Project")
NameError: uninitialized constant Test::Project
Did you mean? Test::Project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment