Hi , I am new to Ruby. I need to find a way to navigate through a set of webpages. I have a configuration file with keywords and corresponding HREFs as shown below :
"page1" : /hello/world/page1 "page2" : /hello/world/page2 "page3" : /hello/world/page3 I want to pass a single string variable with the necessary navigation using the ">" symbol in the following format for navigation : "*page1 > page2 > page3*" Is it possible to do so in Ruby ? -- -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby --- You received this message because you are subscribed to the Google Groups "SD Ruby" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
