method
register_extensions
v7.1.3.4 -
Show latest stable
- Class:
Rails::SourceAnnotationExtractor::Annotation
register_extensions(*exts, &block)public
Registers new Annotations File Extensions
Rails::SourceAnnotationExtractor::Annotation.register_extensions("css", "scss", "sass", "less", "js") { |tag| /\/\/\s*(#{tag}):?\s*(.*)$/ }