fails:The defined? keyword for a variable scoped constant returns nil if the scoped constant is not defined
fails:The defined? keyword for a variable scoped constant returns 'constant' if the constant is defined in the scope of the variable reference
fails:The defined? keyword when called with a method name in a void context does not execute the receiver
