Class: Rake::Application::Options
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Rake::Application::Options
- Defined in:
- lib/rake/application.rb
Overview
Lazily pull in the parallelizing code
Instance Attribute Summary collapse
-
#threads ⇒ Object
:nodoc:.
Instance Method Summary collapse
-
#initialize ⇒ Options
constructor
A new instance of Options.
Constructor Details
#initialize ⇒ Options
Returns a new instance of Options.
611 612 613 614 |
# File 'lib/rake/application.rb', line 611 def initialize super @threads = 1 end |
Instance Attribute Details
#threads ⇒ Object
:nodoc:
609 610 611 |
# File 'lib/rake/application.rb', line 609 def threads @threads end |