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