Sha256: b85e00723f9d6f23094abf748623d94ddf90ab50b911e5a2c797804b9ef3e69c
Contents?: true
Size: 344 Bytes
Versions: 63
Compression:
Stored size: 344 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true # 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 $LOAD_PATH.unshift(File.join(File.dirname(File.expand_path(path)), '..', 'lib')) require 'yard' YARD::CLI::YRI.run(*ARGV)
Version data entries
63 entries across 62 versions & 9 rubygems