class Boolean
Public Class Methods
random()
click to toggle source
# File lib/sugar-high/boolean.rb, line 4 def self.random [true, false].pick_one! end
# File lib/sugar-high/boolean.rb, line 4 def self.random [true, false].pick_one! end