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