Method: Shell::ShellSession.inspect
- Defined in:
- lib/chef/shell/shell_session.rb
.inspect ⇒ Object
129 130 131 |
# File 'lib/chef/shell/shell_session.rb', line 129 def @node.inspect "<Chef::Node:0x#{self.object_id.to_s(16)} @name=\"#{self.name}\">" end |