Method: LibGems.default_bindir
- Defined in:
- lib/libgems/defaults.rb
.default_bindir ⇒ Object
The default directory for binaries
67 68 69 70 71 72 73 |
# File 'lib/libgems/defaults.rb', line 67 def self.default_bindir if defined? RUBY_FRAMEWORK_VERSION then # mac framework support '/usr/bin' else # generic install ConfigMap[:bindir] end end |