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.



111
112
113
# File 'lib/beaker/platform.rb', line 111

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