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