Skip to content

Instantly share code, notes, and snippets.

@tpope
Created June 10, 2010 23:43
Show Gist options
  • Select an option

  • Save tpope/433821 to your computer and use it in GitHub Desktop.

Select an option

Save tpope/433821 to your computer and use it in GitHub Desktop.
def morse s;26.times{|i|s.gsub!(/#{(97+i).chr}/i,"$be5 J8G#T6P'&9Sl/,!-H0cfk".split('').map{|x|(x[0]-31).to_s(3).tr('12','.-')}[i])};s;end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment