module CrowdFund::Pledge

Constants

PLEDGES

Public Class Methods

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