Method: ChefMetal::OpenstackCredentials.method_missing

Defined in:
lib/chef_metal/openstack_credentials.rb

.method_missing(name, *args, &block) ⇒ Object



36
37
38
# File 'lib/chef_metal/openstack_credentials.rb', line 36

def self.method_missing(name, *args, &block)
  singleton.send(name, *args, &block)
end