Sha256: 92e272227cabd4c00357ecd08392931ef344f01f4412ee9821928093d6271c70
Contents?: true
Size: 247 Bytes
Versions: 12
Compression:
Stored size: 247 Bytes
Contents
module Coprl::Presenters::WebClient::Helpers::Sinatra module Raw def raw(html_js_string) # Sinatra is raw/unsafe by default - this is the opposite of rails # For the inverse see escape_html html_js_string end end end
Version data entries
12 entries across 12 versions & 1 rubygems