class Fundraise::GrantProject

Public Instance Methods

lose() click to toggle source
# File lib/fundraise/grant_project.rb, line 7
def lose
  puts "#{@name} is a grant. Funds cannot be removed"
end