Method: LabTech::Summary::Count#to_s
- Defined in:
- app/models/lab_tech/summary/count.rb
#to_s ⇒ Object
18 19 20 21 22 23 24 25 |
# File 'app/models/lab_tech/summary/count.rb', line 18 def to_s "%s of %s (%s) %s" % [ humanize( n ), humanize( total ), rate( n ), label ] end |