This file contains hidden or 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
Bitcoin donut fund: 1FfJS94TsYyyXRkSbRE2Nuhzowg56SSmZ8 | |
Verifying my Blockstack ID is secured with the address 1DwmpdBXgS6JPEUvNCzmZP1PHV7wWA4Tdv https://explorer.blockstack.org/address/1DwmpdBXgS6JPEUvNCzmZP1PHV7wWA4Tdv |
This file contains hidden or 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
require 'irb' | |
class TroublesomeClass | |
def method_making_a_fuss(bad_argument) | |
return if bad_argument == false | |
binding.irb # you enter a repl where you can `puts bad_argument` | |
end | |
end |