3 4 5
# File 'lib/reek/code_context.rb', line 3 def const_or_nil(sym) const_defined?(sym) ? const_get(sym) : nil end