Class: PwaManifestGenerator::HTMLArray
- Inherits:
-
Array
- Object
- Array
- PwaManifestGenerator::HTMLArray
- Defined in:
- lib/pwa_manifest_generator/html_array.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
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 |