Class: Chef::Fork::Commands::Noop
- Inherits:
-
Object
- Object
- Chef::Fork::Commands::Noop
- Defined in:
- lib/chef/fork/commands.rb
Instance Method Summary collapse
-
#initialize(application) ⇒ Noop
constructor
A new instance of Noop.
- #run(args = []) ⇒ Object
Constructor Details
#initialize(application) ⇒ Noop
Returns a new instance of Noop.
10 11 12 13 |
# File 'lib/chef/fork/commands.rb', line 10 def initialize(application) @application = application end |
Instance Method Details
#run(args = []) ⇒ Object
15 16 17 |
# File 'lib/chef/fork/commands.rb', line 15 def run(args=[]) order_args(args=[]) end |