Skip to content

Instantly share code, notes, and snippets.

@eva0919
Created September 11, 2015 11:22
Show Gist options
  • Save eva0919/426eb79f609512254261 to your computer and use it in GitHub Desktop.
Save eva0919/426eb79f609512254261 to your computer and use it in GitHub Desktop.
Piccollage question#1
def firstchar(text)
return text.split(" ").map{ |c| c[0] }.reduce(:+)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment