Methods
Public Instance methods
compilable?()

If a handler is mixin this module, set compilable to true

    # File vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb, line 23
23:         def compilable?
24:           true
25:         end