9 lines
48 B
Ruby
9 lines
48 B
Ruby
|
module A
|
||
|
def a
|
||
|
end
|
||
|
|
||
|
def b
|
||
|
a
|
||
|
end
|
||
|
end
|