Skip to content

Instantly share code, notes, and snippets.

@pointcom
Created January 8, 2018 10:12
Show Gist options
  • Save pointcom/3487ab4c7629bd72daaaf379294bf44a to your computer and use it in GitHub Desktop.
Save pointcom/3487ab4c7629bd72daaaf379294bf44a to your computer and use it in GitHub Desktop.
# http://ruby-doc.org/core-2.5.0/IO.html#method-i-gets
# Ruby >= 2.4
irb(main):001:0> gets(chomp: true)
hello world
=> "hello world"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment