rubyhs/test/tests/mod.rb

9 lines
48 B
Ruby
Raw Normal View History

2019-10-18 20:20:26 +00:00
module A
def a
end
def b
a
end
end