Skip to content

Instantly share code, notes, and snippets.

@tpope
Forked from ryanb/morse.rb
Created June 11, 2010 03:50
Show Gist options
  • Save tpope/434021 to your computer and use it in GitHub Desktop.
Save tpope/434021 to your computer and use it in GitHub Desktop.
def morse s;s.upcase.gsub(/\S/){|x|("CF+(514M)DGL"[x[0]-65]).to_s(3).tr("12",".-")};end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment