blob: 03e7b509e198f1d279b7ac9b3ed9f73c9b80dc2f [file] [log] [blame]
class Simple
def m1
end
def m2
end
def m3
end
def new_method
end
end