Method: Chef::Version#to_s
- Defined in:
- lib/chef/version_class.rb
permalink #to_s ⇒ Object
[View source]
31 32 33 |
# File 'lib/chef/version_class.rb', line 31 def to_s "#{@major}.#{@minor}.#{@patch}" end |
31 32 33 |
# File 'lib/chef/version_class.rb', line 31 def to_s "#{@major}.#{@minor}.#{@patch}" end |