On Mar 20, 2006, at 7:48 AM, Robert Klemme wrote: > Trans wrote: >> Gee. Once again I want my module methods inherited. > > How are they not? >> module Example >> def self.i_am_a_module_method >> puts "Hello" >> end >> end => nil >> include Example => Object >> i_am_a_module_method NameError: undefined local variable or method `i_am_a_module_method' for main:Object from (irb):10 from :0 James Edward Gray II