method

register_extensions

rails 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*(.*)$/ }