Class CodeRay::Scanners::RHTML
In: lib/coderay/scanners/rhtml.rb
Parent: Scanner

Included Modules

Streamable

Constants

KINDS_NOT_LOC = HTML::KINDS_NOT_LOC
ERB_RUBY_BLOCK = / <%(?!%)[=-]? (?> [^\-%]* # normal* (?> # special (?: %(?!>) | -(?!%>) ) [^\-%]* # normal* )* ) (?: -?%> )? /x
START_OF_ERB = / <%(?!%) /x

[Validate]