Methods
Public Instance methods
If a handler is mixin this module, set compilable to true
[ show source ]
# File lib/action_view/template_handlers/compilable.rb, line 23
23: def compilable?
24: true
25: end