Method: Unitsml::Extender#to_html

Defined in:
lib/unitsml/extender.rb

#to_html(options) ⇒ Object



33
34
35
# File 'lib/unitsml/extender.rb', line 33

def to_html(options)
  multiplier(options[:multiplier] || "", unicode: true, html: true)
end