Sha256: fbb1bbdacda50fdb173d1bc92b3b8aa8924fb4f439235b327b687ad4dcdec012
Contents?: true
Size: 306 Bytes
Versions: 38
Compression:
Stored size: 306 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::YRI.run(*ARGV)
Version data entries
38 entries across 33 versions & 7 rubygems