rubyhs/test/tests/mod.rb

9 lines
48 B
Ruby

module A
def a
end
def b
a
end
end