Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kyanagi
Created November 23, 2010 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyanagi/712180 to your computer and use it in GitHub Desktop.
Save kyanagi/712180 to your computer and use it in GitHub Desktop.
myapp.rb
ä
<%= @str %>
# Encoding: UTF-8
require "erb"
require "sinatra"
get "/" do
@str = 'ä'
erb :main
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment