module Fundraising::Donations

Constants

PLEDGES

Public Instance Methods

random() click to toggle source
# File lib/fundraising/pledge.rb, line 14
def random
  PLEDGES[rand(4)]
end