blob: 107ef13ece8e8e2ab7ae6a4b96e9ac28117e30d3 [file] [log] [blame]
#proc1_before
def proc1
#proc1_inside
end
#Class1_before
class Class1
#method1_before
#a comment after the empty line
def method1
#method1_inside
end
#Class1_inside
end
#proc2_before
#another line of comment
def proc2
end
#eof_comment