Sha256: a54fc44727433f91a3a6e6f664a1c84f6a3874378ed4c6c70e2a56d5563bf4a0
Contents?: true
Size: 237 Bytes
Versions: 15
Compression:
Stored size: 237 Bytes
Contents
# Redefine backtic in HTML templates to do a Ruby => JS conversion. Useful # when there is a substantial amount of embedded JavaScript. require 'ruby2js' class Wunderbar::HtmlMarkup def `(input) Ruby2JS.convert(input) end end
Version data entries
15 entries across 15 versions & 1 rubygems