Class: Lino::Configuration
- Inherits:
-
Object
- Object
- Lino::Configuration
- Defined in:
- lib/lino.rb
Instance Attribute Summary collapse
-
#executor ⇒ Object
Returns the value of attribute executor.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
33 34 35 |
# File 'lib/lino.rb', line 33 def initialize @executor = Executors::Childprocess.new end |
Instance Attribute Details
#executor ⇒ Object
Returns the value of attribute executor.
31 32 33 |
# File 'lib/lino.rb', line 31 def executor @executor end |