Sha256: 1975d8aad0fb29e4fdb1e0203bd1e577b30e46e497c1f2a6f991c9558511b23a
Contents?: true
Size: 363 Bytes
Versions: 21
Compression:
Stored size: 363 Bytes
Contents
require 'sinatra' require 'sinatra/contrib' get '/' do <<EOHTML <html> <script> _#{params[:token]}ProxyTest = { my_property: null, my_function: function( number, string, hash ) { return [number, string, hash] } } </script> </html> EOHTML end
Version data entries
21 entries across 21 versions & 1 rubygems