Method: Beaker::Platform#to_array

Defined in:
lib/beaker/platform.rb

#to_arrayObject

Returns array of attributes to allow single line assignment to local variables in DSL and test case methods.



102
103
104
# File 'lib/beaker/platform.rb', line 102

def to_array
  return @variant, @version, @arch, @codename
end