Skip to content

Instantly share code, notes, and snippets.

@niku
Created October 10, 2011 11:42
Show Gist options
  • Save niku/1275112 to your computer and use it in GitHub Desktop.
Save niku/1275112 to your computer and use it in GitHub Desktop.
rackupfile include non ascii char
# -*- coding: utf-8 -*-
require 'rack'
require 'rack/lobster'
NON_ASCII_VALUE = '日本語'
run Rack::Lobster.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment