Libraries
»
inspec
(1.24.0)
»
Index
»
Inspec
»
Resources
»
Bash
»
#to_s
Method: Inspec::Resources::Bash#to_s
Defined in:
lib/resources/bash.rb
#
to_s
⇒
Object
32 33 34
# File 'lib/resources/bash.rb', line 32
def
to_s
"
Bash command
#{
@raw_command
}
"
end