class Rouge::Formatters::HTML

def span(tok, val)

Experimental RBS support (using type sampling data from the type_fusion project).

def span: (Class tok, String val) -> String

This signature was generated using 102 samples from 2 applications.

def span(tok, val)
  return val if escape?(tok)
  safe_span(tok, escape_special_html_chars(val))
end