I am testing in irb and everytime I require my file is is always returning false.
class Weather
def stormy
[false, true].sample
end
end
it seems to return false know matter what is in the array? I am unsure if it is my code or the way I am requiring file in irb. can anyone help Thank you