Method: Chef::Version#to_s

Defined in:
lib/chef/version_class.rb

#to_sObject

[View source]

31
32
33
# File 'lib/chef/version_class.rb', line 31

def to_s
  "#{@major}.#{@minor}.#{@patch}"
end