Commit ac907696 by Shu Fujita Committed by Andrew W. Lee

Remove invalid document of AnnotateRoutes.rewrite_contents (#727)

I removed invalid document of AnnotateRoutes.rewrite_contents. I will add valid documents in YARD format in another PR.
parent 87b51c24
...@@ -167,7 +167,6 @@ module AnnotateRoutes ...@@ -167,7 +167,6 @@ module AnnotateRoutes
content content
end end
# @param [String, Array<String>]
def rewrite_contents(existing_text, new_text) def rewrite_contents(existing_text, new_text)
if existing_text == new_text if existing_text == new_text
puts "#{routes_file} unchanged." puts "#{routes_file} unchanged."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment