class CountVonCount::Formatters::Yaml

Public Instance Methods

extension() click to toggle source
# File lib/count_von_count/formatter.rb, line 76
def extension
  "yaml"
end
serialize(countObj) click to toggle source
# File lib/count_von_count/formatter.rb, line 79
def serialize(countObj)
  countObj.to_yaml
end