view 1-Ruby/truthiness-ruby.output @ 26:d50ff917c163

Change function calls so methods get patched in anyway
author IBBoard <dev@ibboard.co.uk>
date Fri, 20 Jan 2017 21:03:13 +0000
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