Method: Formatron::ChefClients#get
- Defined in:
- lib/formatron/chef_clients.rb
#get(key = nil) ⇒ Object
rubocop:enable Metrics/MethodLength rubocop:enable Metrics/AbcSize rubocop:enable Metrics/ParameterLists
58 59 60 61 |
# File 'lib/formatron/chef_clients.rb', line 58 def get(key = nil) key ||= @chef_clients.keys[0] @chef_clients[key] end |