Module: HtmldocRemoteCompileWrapper
- Defined in:
- lib/htmldoc_remote_compile_wrapper.rb
Constant Summary collapse
- Root =
Pathname.new(File.('../..', __FILE__))
- Bin =
Root.join('bin')
- Executables =
Bin.children.inject({}) { |h, p| h[p.basename.to_s.to_sym] = p.to_s h }