Class: Juno::Installation
- Inherits:
-
Object
- Object
- Juno::Installation
- Defined in:
- lib/juno/installation.rb
Instance Method Summary collapse
-
#initialize(root_pathname, opts = {}) ⇒ Installation
constructor
A new instance of Installation.
- #users ⇒ Object
Constructor Details
#initialize(root_pathname, opts = {}) ⇒ Installation
Returns a new instance of Installation.
7 8 9 10 |
# File 'lib/juno/installation.rb', line 7 def initialize(root_pathname, opts={}) @root = Pathname.new(root_pathname) @opts = opts end |