How does irb decide how to represent an object that is returned from a statement?
> "foo" => "foo" > 2 => 2
I thought it was the equivalent of print object.inspect or some such thing, but nothing I try returns the same output.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well,
irbimplements a REPL. It pretty much does this behind scenes: