class BrewOutdatedFormatter::YAMLFormatter

Formatter for YAML

Public Instance Methods

convert() click to toggle source
# File lib/brew_outdated_formatter/formatter/yaml_formatter.rb, line 7
def convert
  @outdated_formulas.to_yaml.chomp
end