Module: ATD::Compilation::Precompiler

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

Overview

A module designed to hold all the precompilation methods

Instance Method Summary collapse

Instance Method Details

#filetypesObject

Lists all filestypes that have defined precompiler methods



10
11
12
# File 'lib/atd/routes.rb', line 10

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