Skip to content

Instantly share code, notes, and snippets.

@Shinpeim
Created July 9, 2014 20:46
Show Gist options
  • Save Shinpeim/ad31cb90081e367afe00 to your computer and use it in GitHub Desktop.
Save Shinpeim/ad31cb90081e367afe00 to your computer and use it in GitHub Desktop.
string = "nyan"
def hoge(s)
s.gsub!("n", "")
end
hoge(string)
p string # => ya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment