method
escape_units
v5.0.0.1 -
Show latest stable
- Class:
ActionView::Helpers::NumberHelper
escape_units(units)private
No documentation available.
# File actionview/lib/action_view/helpers/number_helper.rb, line 417
def escape_units(units)
Hash[units.map do |k, v|
[k, ERB::Util.html_escape(v)]
end]
end