Module: ATD::Compilation::Precompiler
Overview
A module designed to hold all the precompilation methods
Instance Method Summary collapse
-
#filetypes ⇒ Object
Lists all filestypes that have defined precompiler methods.
Instance Method Details
#filetypes ⇒ Object
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 |