class CrowdFund::GrantProject

Public Instance Methods

remove_funds() click to toggle source
# File lib/crowdfund/grant_project.rb, line 4
def remove_funds
        @funding -= 0
        puts "#{@name} has not lost or gained any funds."
end