Skip to content

Instantly share code, notes, and snippets.

@adamfortuna
Last active July 13, 2016 01:10
Show Gist options
  • Save adamfortuna/6ee7556615c373580b0ed00c6f7821f9 to your computer and use it in GitHub Desktop.
Save adamfortuna/6ee7556615c373580b0ed00c6f7821f9 to your computer and use it in GitHub Desktop.
Unicode characters as methods
class Launcher
def πŸš€ πŸ›©
puts "Launching #{πŸ›©}"
end
end
πŸš‚ = Launcher.new
πŸš‚.πŸš€ "πŸ›°"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment