Class: Chef::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/chef-secrets/node.rb

Instance Method Summary collapse

Instance Method Details

#helloObject



3
4
5
# File 'lib/chef-secrets/node.rb', line 3

def hello
  'hello, dude'
end