Greetings to all..
When i run the below code , i get the below error
undefined method `each' for
{"src"=>"Capture/12201010081441205.jpg"}:Hpricot::Attributes
source code
<%...@a = File.read("#...@file_path}")%>
<%...@html = Hpricot.parse("#...@a}")%>
<%[email protected]("//img").each do |element|%>
<%element.attributes.each do |key ,value|%>
<%dir_name = File.dirname("#{value}")%>
<%end%>
<%end%>
Any help would be greatly appreciated
--
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.