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.
45 46 47 |
# File 'lib/beaker/platform.rb', line 45 def codename @codename end |