Sha256: 65a0e590ca0843768e3e2e3e7241f80fc3b69cf502da1a1d58fa6c00698e2677
Contents?: true
Size: 243 Bytes
Versions: 10
Compression:
Stored size: 243 Bytes
Contents
require 'pathname' module HtmldocRemoteCompileWrapper Root = Pathname.new(File.expand_path('../..', __FILE__)) Bin = Root.join('bin') Executables = Bin.children.inject({}) { |h, p| h[p.basename.to_s.to_sym] = p.to_s h } end
Version data entries
10 entries across 10 versions & 1 rubygems