# File lib/apipie/extractor/writer.rb, line 176 def write! File.open(controller_path, "w") { |f| f << @controller_content } @changed=false end