Libraries
»
chef
(19.1.164)
»
Index
»
Chef
»
Version
»
#inspect
Method: Chef::Version#inspect
Defined in:
lib/chef/version_class.rb
#
inspect
⇒
Object
27 28 29
# File 'lib/chef/version_class.rb', line 27
def
inspect
"
#{
@major
}
.
#{
@minor
}
.
#{
@patch
}
"
end