Sha256: eb0d03e7fc5bd1c4993edae2c263310e753082feec850e999e62cb15c11cee3c
Contents?: true
Size: 324 Bytes
Versions: 38
Compression:
Stored size: 324 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::CommandParser.run(*ARGV)
Version data entries
38 entries across 28 versions & 3 rubygems