Sha256: d5e51affaf1c63d07d294017b488e12a431774cbee524edae10dc7dec7d110b2
Contents?: true
Size: 460 Bytes
Versions: 3
Compression:
Stored size: 460 Bytes
Contents
module Sprout # :nodoc: class MXMLCDebug < MXMLCHelper # :nodoc: def initialize(args, &block) super t = define_outer_task t.prerequisites << player_task_name mxmlc output do |t| configure_mxmlc t configure_mxmlc_application t yield t if block_given? end define_player return output end end end def debug(args, &block) return Sprout::MXMLCDebug.new(args, &block) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sprout-as3-bundle-0.2.2 | lib/sprout/tasks/mxmlc_debug.rb |
sprout-as3-bundle-0.2.3 | lib/sprout/tasks/mxmlc_debug.rb |
sprout-as3-bundle-0.2.1 | lib/sprout/tasks/mxmlc_debug.rb |