Module: ATD::Compilation::Compiler
Overview
A module designed to hold all the compilation methods
Instance Method Summary collapse
-
#filetypes ⇒ Object
Lists all file extentions which have defined compiler methods.
Instance Method Details
#filetypes ⇒ Object
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 |