Module: ATD::Compilation::Compiler

Extended by:
Compiler
Included in:
Compiler
Defined in:
lib/atd/routes.rb

Overview

A module designed to hold all the compilation methods

Instance Method Summary collapse

Instance Method Details

#filetypesObject

Lists all file extentions which have defined compiler methods



20
21
22
# File 'lib/atd/routes.rb', line 20

def filetypes
  instance_methods(true) - [:filetypes]
end