Method: Crate::Project#install_dir
- Defined in:
- lib/crate/project.rb
#install_dir ⇒ Object
subdirectory of project_root representing a fake installation root. default ‘fakeroot’
28 29 30 |
# File 'lib/crate/project.rb', line 28 def install_dir @install_dir end |