Libraries
»
sugar-high
(0.7.3)
»
Index (B)
»
Boolean
Class: Boolean
Inherits:
Object
Object
Boolean
show all
Defined in:
lib/sugar-high/boolean.rb
Class Method Summary
collapse
.
random
⇒ Object
Class Method Details
.
random
⇒
Object
4 5 6
# File 'lib/sugar-high/boolean.rb', line 4
def
self
.
random
[
true
,
false
]
.
pick_one!
end