Skip to content

Instantly share code, notes, and snippets.

@ankopainting
Created July 27, 2010 02:45
Show Gist options
  • Save ankopainting/491640 to your computer and use it in GitHub Desktop.
Save ankopainting/491640 to your computer and use it in GitHub Desktop.
def test(input_string)
puts input_string.gsub(/he/,"she")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment