Skip to content

Instantly share code, notes, and snippets.

@shanna
Created August 6, 2011 12:15
Show Gist options
  • Save shanna/2f0ae07ccba16d070e0a to your computer and use it in GitHub Desktop.
Save shanna/2f0ae07ccba16d070e0a to your computer and use it in GitHub Desktop.
Encoding.
#!/usr/bin/env ruby
# encoding: utf-8
λ = lambda { puts 'utf-8 source encoding!' }
# Sometime later...
λ.call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment