55 56 57
# File 'lib/unitsml/formula.rb', line 55 def to_html(options = {}) value.map { |obj| obj.to_html(update_options(options)) }.join end