module SampleSubjects module ExampleModule def foo; end def self.bar; end end end