How to iterate through a Hash in Ruby ?
- by Big Bang Theory
Hi
I would like to iterate
@some_value
outputs the following result
{"Meta"=>{"Query"=>"java", "ResultOffset"=>"1", "NumResults"=>"1", "TotalResults"=>"21931"}}
i need to retrieve the Value of each individual value for example
java
1
1
21931