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