Class: View::Size
Overview
Formats with number_to_human_size
Instance Attribute Summary
Attributes inherited from Formatter
Instance Method Summary (collapse)
Methods inherited from Formatter
#all_options, as, #format!, inherited, #options, skip_blank_formatter, #to_s, type
Instance Method Details
- (Object) format
14 15 16 |
# File 'lib/view/formatters/size.rb', line 14 def format template.number_to_human_size(value, ) end |