class CrowdFund::GrandProject

Public Instance Methods

remove(amount_to_remove) click to toggle source
# File lib/crowd_fund/grand_project.rb, line 6
def remove(amount_to_remove)
  puts "\n#{@name} does not allow removing $#{amount_to_remove}, because it's a grand project!"
end