Method: Beaker::Platform#codename

Defined in:
lib/beaker/platform.rb

#codenameObject (readonly)

A string with the codename of the platform+version, nil on platforms without codenames.



52
53
54
# File 'lib/beaker/platform.rb', line 52

def codename
  @codename
end