Sign in
eclipse
/
dltk
/
org.eclipse.dltk.ruby
/
7ea69c46821ddfbf0d2bb0836e858493025a1e6b
/
.
/
tests
/
org.eclipse.dltk.ruby.ui.tests
/
resources
/
indenting
/
movingEndWithWhitespaceToNewLine.rb
blob: 9e8fa2b2bc8d066edf5364b7e4788db40062fdb2 [
file
] [
log
] [
blame
]
def
foo
if
foo
then
bar
;
#n# end
end
###
def
foo
if
foo
then
bar
;
end
end