Hi, guys, If I have two modules, there is one method in each of it: module Test1 def self.hello1 end end module Test2 def self.hello2 end end
Can I make the method *hello1 *as a method of module Test2? So that, I can use *Test2.hello1* ? Any suggestion would be quite appreciated. Thanks. Wesley Chen. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to watir-general-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---