You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Kernel.const_defined?` will return true for root-level constants in Ruby
1.9+, but false in Ruby 1.8. `Object.const_defined?` works consistently in
all versions.
0 commit comments