Class: FlexSDK

Inherits:
Object
  • Object
show all
Extended by:
ASRake
Defined in:
lib/asrake/flexsdk.rb

Constant Summary collapse

SDK_PATHS =
[]
@@initialized =
false
@@executables =

dynamically create getters for the executables and config files

%w[adt adl asdoc mxmlc compc]
@@configs =
%w[flex-config air-config]

Class Method Summary collapse

Methods included from ASRake

get_classes

Class Method Details

.rootObject



18
19
20
21
# File 'lib/asrake/flexsdk.rb', line 18

def root
	init()
	return @root
end