Method: Beaker::Platform#codename
- Defined in:
- lib/beaker/platform.rb
#codename ⇒ Object (readonly)
A string with the codename of the platform+version, nil on platforms without codenames.
38 39 40 |
# File 'lib/beaker/platform.rb', line 38 def codename @codename end |