Class: FlexSDK
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
Class Method Details
.root ⇒ Object
18 19 20 21 |
# File 'lib/asrake/flexsdk.rb', line 18 def root init() return @root end |