Class: Autotoken

Inherits:
Autocyclo show all
Defined in:
lib/autocyclo.rb

Constant Summary

Constants inherited from Auto

Auto::SEP, Auto::WINDOZE

Instance Attribute Summary

Attributes inherited from Autocyclo

#errors, #index_file, #output_dir, #run_type, #warnings

Attributes inherited from Auto

#file_masks, #modified, #output, #sleep, #wants_to_quit, #working_dirs

Instance Method Summary collapse

Methods inherited from Autocyclo

#errors_and_warnings, #handle_results, #make_cmd, meets_requirements?, old_meets_requirements?

Methods inherited from Auto

add_discovery, add_hook, autodiscover, #find_files, #hook, #last_modified_time, #method_missing, #old_method_missing, #reset, run, #run, #run_metric, #wait_for_changes

Constructor Details

#initialize(*args) ⇒ Autotoken

Returns a new instance of Autotoken.



77
78
79
80
81
# File 'lib/autocyclo.rb', line 77

def initialize(*args)
  args, options = args_and_options(*args)
  
  super(*args.push(options.merge(:token_run => true)))
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Auto