Skip to content

Instantly share code, notes, and snippets.

@thehenster
Created January 23, 2014 12:13
Show Gist options
  • Save thehenster/8577609 to your computer and use it in GitHub Desktop.
Save thehenster/8577609 to your computer and use it in GitHub Desktop.
➜ tmp cat no_way.rb
def ☃
puts "Oh look, it's a ☃"
end
➜ tmp ruby no_way.rb
Oh look, it's a ☃
➜ tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment