Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created May 20, 2018 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatosmorina/4c2b015a8da834a93a7319467b8b253b to your computer and use it in GitHub Desktop.
Save fatosmorina/4c2b015a8da834a93a7319467b8b253b to your computer and use it in GitHub Desktop.
str = " real world \n \t project"
str.squish! # => "real world project"
str # => "real world project"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment