Sha256: af07f89d7fb5f654f8da4d47247924f010f0b31c209715595cf27a7f9a29ceed
Contents?: true
Size: 314 Bytes
Versions: 38
Compression:
Stored size: 314 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(__FILE__), File.dirname(__FILE__)) end $:.unshift(File.join(File.dirname(File.expand_path(path)), '..', 'lib')) require 'yard' YARD::CLI::YRI.run(*ARGV)
Version data entries
38 entries across 28 versions & 3 rubygems