class BundleOutdatedFormatter::YAMLFormatter

Formatter for YAML

Public Instance Methods

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