mislav / hanna

More than just a new RDoc template
MIT License
234 stars 40 forks source link

Breaks when method definition spans multiple lines #6

Closed GerryG closed 5 years ago

GerryG commented 14 years ago

Comes from this:

$ cat linecache-0.43/test/data/def1.rb
# [3, 4, 8]
def 
  a ; end
def b 
end
def c(
      a=7,
      b=8)
end