Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Sinatra
[go: Go Back, main page]

SINATRA

Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort:

    require 'sinatra'
    get '/frank-says' do
      'Put this in your pipe & smoke it!'
    end