Sign in
eclipse
/
dltk
/
org.eclipse.dltk.ruby
/
42ebe2841a87f5647e5cb7fc3bd637621eedef4f
/
.
/
tests
/
org.eclipse.dltk.ruby.ui.tests
/
workspace
/
comments
/
src
/
comments1.rb
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