I have the following code that I want to run but I can't seem to figure
out how to view the variable's content

someobj = AnotherObj.find(:all, :conditions => {:col_10 => nil, :col_12
=> nil, :col_5 => "12345"})
puts someobj.inspect

Now I run those two lines of code in the terminal but nothing happens.
When I say nothing happens I mean there is no ouput. I am expecting to
see a break down of the someobj object
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to