Module: CrowdFund::Printable
- Included in:
- Project
- Defined in:
- lib/crowd_fund/printable.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
3 4 5 |
# File 'lib/crowd_fund/printable.rb', line 3 def to_s "\n#{name} has an amount of #{amount} towards a target of #{target}.\nIt has #{total_to_fund} to reach target (#{stats})." end |