class YARD::CLI::Diff

def expand_and_parse(gemfile, io)

def expand_and_parse(gemfile, io)
  dir = expand_gem(gemfile, io)
  generate_yardoc(dir)
  cleanup(gemfile)
end