Skip to content

Instantly share code, notes, and snippets.

@cyx
Forked from soveran/config.ru
Created April 7, 2012 17:33
Show Gist options
  • Save cyx/2330681 to your computer and use it in GitHub Desktop.
Save cyx/2330681 to your computer and use it in GitHub Desktop.
Small Cuba App.
require "cuba"
run Cuba.new { on(root) { res.write "hello, world" } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment