test/fixtures/simple/lib/foo.rb in inch-0.4.9 vs test/fixtures/simple/lib/foo.rb in inch-0.4.10
- old
+ new
@@ -39,11 +39,15 @@
# @param p2 [String, nil] optionally param
# @return [void]
def method_without_docstring(p1, p2 = nil)
end
- # @return [void]
+ # @return [String]
def method_without_params_or_docstring
+ end
+
+ # @return [void]
+ def method_without_usable_return_value
end
# Provides an example of a method without parameters
# missing the return type.
#