Sha256: 40c6802bf0f65c71a9c65979f30464a781c04973df75a622f6d7ffdd9ced044b
Contents?: true
Size: 316 Bytes
Versions: 38
Compression:
Stored size: 316 Bytes
Contents
#!/usr/bin/env ruby # We do all this work just to find the proper load path path = __FILE__ while File.symlink?(path) path = File.expand_path(File.readlink(path), File.dirname(path)) end $:.unshift(File.join(File.dirname(File.expand_path(path)), '..', 'lib')) require 'yard' YARD::CLI::CommandParser.run(*ARGV)
Version data entries
38 entries across 33 versions & 7 rubygems