Method: Tiny::HTML#noscript

Defined in:
lib/tiny/html.rb

#noscript(attrs_or_content = {}, attrs = nil) { ... } ⇒ String

Shortcut for html_tag(:noscript)

Parameters:

  • attrs_or_content (Hash, String) (defaults to: {})

    Tag’s attributes or content.

  • attrs (Hash) (defaults to: nil)

    Tag’s attributes if content string passed.

Yields:

  • Content block.

Returns:

See Also:



129
# File 'lib/tiny/html.rb', line 129

tag_def 'noscript'