Mercurial > repos > other > SevenLanguagesInSevenWeeks
view 1-Ruby/truthiness-ruby.output @ 44:6347bacb3be7
Add more notes about the DSL while I think about it
Note: Several things don't make sense
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 18 Sep 2017 20:53:36 +0100 |
parents | e0a92558400f |
children |
line wrap: on
line source
Val 'true' is truthy Val 'false' is falsy Val '1' is truthy Val '0' is truthy Val '-1' is truthy Val 'some string' is truthy Val '' is truthy Val nil is falsy