# File lib/apipie/extractor/writer.rb, line 93 def load_old_examples if File.exists?(@examples_file) return YAML.load(File.read(@examples_file)) end return {} end