Method: Beaker::Platform#with_version_codename
- Defined in:
- lib/beaker/platform.rb
#with_version_codename ⇒ String
Returns the platform string with the platform version as a codename. If no conversion is necessary then the original, unchanged platform String is returned.
93 94 95 |
# File 'lib/beaker/platform.rb', line 93 def with_version_codename [@variant, @codename || @version, @arch].join('-') end |