Skip to content

Instantly share code, notes, and snippets.

@snusnu
Created August 16, 2008 21:18
Show Gist options
  • Save snusnu/5759 to your computer and use it in GitHub Desktop.
Save snusnu/5759 to your computer and use it in GitHub Desktop.
Extension to sam/extlib that makes dealing with nested modules easier
class Object
def full_const_defined?(name)
!!full_const_get(name) rescue false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment