Method: U3d::Installation#initialize
- Defined in:
- lib/u3d/installation.rb
#initialize(root_path: nil, path: nil) ⇒ Installation
58 59 60 61 |
# File 'lib/u3d/installation.rb', line 58 def initialize(root_path: nil, path: nil) @root_path = root_path @path = path end |