Skip to content

Instantly share code, notes, and snippets.

@tcw165
Created August 10, 2015 14:49
Show Gist options
  • Save tcw165/5d5c11e7781fb25eb730 to your computer and use it in GitHub Desktop.
Save tcw165/5d5c11e7781fb25eb730 to your computer and use it in GitHub Desktop.
def firstchar(str)
return str.split.map{|w|w[0]}.join
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment