lib/atp.rb in atp-0.7.0 vs lib/atp.rb in atp-0.8.0

- old
+ new

@@ -19,10 +19,9 @@ # Processors actually modify the AST to clean and optimize the user input # and to implement the flow control API module Processors autoload :Condition, 'atp/processors/condition' - autoload :ConditionExtractor, 'atp/processors/condition_extractor' autoload :Relationship, 'atp/processors/relationship' autoload :PreCleaner, 'atp/processors/pre_cleaner' autoload :PostCleaner, 'atp/processors/post_cleaner' autoload :Marshal, 'atp/processors/marshal' autoload :AddIDs, 'atp/processors/add_ids'