module SuperSecretRandomGem
Constants
- VERSION
Public Class Methods
some_crazy_method(input)
click to toggle source
# File lib/super_secret_random_gem.rb, line 4 def self.some_crazy_method(input) rand(0..1) < input end