class Fundraising::GrantProject

Public Instance Methods

remove_funds(amount=100) click to toggle source
# File lib/fundraising/grant_project.rb, line 6
def remove_funds(amount=100)
  puts "Funds cannot be removed from #{name}!"
end