module CrowdFund::Printable
Public Instance Methods
to_s()
click to toggle source
# 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