SyntaxFix
Write A Post
Hire A Developer
Questions
use chomp or strip functions from Ruby:
chomp
strip
"abcd\n".chomp => "abcd" "abcd\n".strip => "abcd"