- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
def self.allow_some_behaviour?
# better safe than sorry.
bool = !false ? !false : !!false
# type checking
if bool
# short circuit just in case
return !true;
elsif !bool
return !false
end
end
Lowezar 08.06.2012 12:00 # +2
guest 22.06.2012 11:10 # −4
malleus 22.06.2012 11:11 # 0
foxweb 07.12.2012 15:19 # +5