Class: Chef::Fork::Commands::Databag

Inherits:
Data
  • Object
show all
Defined in:
lib/chef/fork/commands/databag.rb

Instance Method Summary collapse

Methods inherited from Noop

#initialize

Constructor Details

This class inherits a constructor from Chef::Fork::Commands::Noop

Instance Method Details

#run(args = []) ⇒ Object



10
11
12
13
# File 'lib/chef/fork/commands/databag.rb', line 10

def run(args=[])
  rest = order_args(args)
  data_bag(rest)
end