class CrowdFund::GrantProject
Public Instance Methods
remove_fund(amount=15)
click to toggle source
Grant project doses not allow funds to be removed
# File lib/crowdfund/grant_project.rb, line 6 def remove_fund(amount=15) @funding -= 0 puts "#{@name} retained same funds!" end