From: Ntys Dd Date: 2010-06-12T14:33:50+09:00 Subject: How can I call foo in Bar.foo ? it's like this ......................... module Bar def foo puts 'hello' end def bye puts 'bye' end end def Bar.foo #Do something #I want to call foo now #And call bye #... end ......................... is there anything i can to to solve the problem -- Posted via http://www.ruby-forum.com/.