How does parse work?

How is it different from split? chomp?

···

--
Posted via http://www.ruby-forum.com/.

You might find reading the documentation and having irb is useful to
learning things.

String#strip: http://ruby-doc.org/core/classes/String.src/M001189.html
String#chomp: class String - RDoc Documentation

As for "parse", you'll have to be more specific with your question; perhaps
you can find information in documentation, or, failing that, Google.

···

On Thu, Feb 17, 2011 at 12:38 PM, Gaba Luschi <friedoysterlover@gmail.com>wrote:

How is it different from split? chomp?

--
Posted via http://www.ruby-forum.com/\.