Class: PwaManifestGenerator::HTMLArray

Inherits:
Array
  • Object
show all
Defined in:
lib/pwa_manifest_generator/html_array.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



5
6
7
8
# File 'lib/pwa_manifest_generator/html_array.rb', line 5

def to_html
  json = to_json
  json.respond_to?(:html_safe) ? json.html_safe : json
end