module Crowdfund::PledgePool

Constants

PLEDGES

Public Class Methods

random() click to toggle source
# File lib/crowdfund/pledge_pool.rb, line 13
def self.random
        PLEDGES.sample
end