# File lib/rd/rd2man-lib.rb, line 95 def apply_to_MethodList(element, items) items.map{ |i| i =~ /\n$/ ? i : i + "\n" }.join("") end