Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Created July 8, 2013 12:37
Show Gist options
  • Save tagrudev/5948444 to your computer and use it in GitHub Desktop.
Save tagrudev/5948444 to your computer and use it in GitHub Desktop.
1.9.3-p194 :001 > a = " yolo"
=> " yolo"
1.9.3-p194 :002 > a.strip
=> "yolo"
1.9.3-p194 :003 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment