test/fixtures/simple/lib/foo.rb in inch-0.1.3 vs test/fixtures/simple/lib/foo.rb in inch-0.1.4
- old
+ new
@@ -25,9 +25,15 @@
#
# @param p1 [String] mandatory param
# @param p2 [String, nil] optionally param
# @return [void]
def method_with_full_doc(p1, p2 = nil)
+ many_lines = true
+ if true
+ if many_lines
+ true
+ end
+ end
end
# @param p1 [String] mandatory param
# @param p2 [String, nil] optionally param
# @return [void]