Skip to content

Instantly share code, notes, and snippets.

@microwaves
Forked from tjwallace/gist:1161678
Created August 25, 2011 16:21
Show Gist options
  • Save microwaves/1171068 to your computer and use it in GitHub Desktop.
Save microwaves/1171068 to your computer and use it in GitHub Desktop.
middle_name = case full_name
when /^.*\s(.*)\s.*$/
$1
else
"Peatrice"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment