Method: Library#bindir
- Defined in:
- lib/library.rb
#bindir ⇒ Object
Location of executable. This is alwasy bin/. This is a fixed convention, unlike lib/ which needs to be more flexable.
444 445 446 |
# File 'lib/library.rb', line 444 def bindir ::File.join(location, 'bin') end |