Created
December 13, 2019 01:45
-
-
Save leifg/823d85faaaf86b74a410cd473a51c82d to your computer and use it in GitHub Desktop.
Weird behaviour with Simple Delegator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d = SimpleDelegator.new(nil) | |
d.nil? | |
# false | |
d == nil | |
# true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment