class Crowdfund::GrantProject

Public Instance Methods

subtract(expense=0) click to toggle source
# File lib/crowdfund/grant_project.rb, line 5
def subtract(expense=0)
    @funds = @funds
    puts "Project #{@name} is a grant project.  Money cannot be removed!"
end