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