Used to keep apipie_examples.yml params in order
# File lib/apipie/extractor/writer.rb, line 344 def to_yaml(opts = {}) YAML.quick_emit(self, opts) do |out| out.map(taguri) do |map| each do |k, v| map.add(k, v) end end end end
# File lib/apipie/extractor/writer.rb, line 340 def to_yaml_type "!tag:yaml.org,2002:map" end