Handle defined? with call chains with blocks
Ensures we can handle expressions like defined?(a {}.b).
defined?(a {}.b)
Handle defined? with call chains with blocks
Ensures we can handle expressions like
defined?(a {}.b)
.