Class: C3D::SetupC3D
- Inherits:
-
Object
- Object
- C3D::SetupC3D
- Includes:
- Celluloid
- Defined in:
- lib/c3d/util/setup.rb
Instance Method Summary collapse
-
#initialize ⇒ SetupC3D
constructor
A new instance of SetupC3D.
Constructor Details
#initialize ⇒ SetupC3D
Returns a new instance of SetupC3D.
7 8 9 10 11 12 13 14 |
# File 'lib/c3d/util/setup.rb', line 7 def initialize set_deps config = get_config set_the_env config set_trans_config config set_c3d_config config start_processes config end |