rubyhs/test/tests/nested.rb

7 lines
53 B
Ruby
Raw Normal View History

module A
module B
def self.b
end
end
end