Method: Cutaneous::Syntax#escaped_tag_pattern
- Defined in:
- lib/cutaneous/syntax.rb
#escaped_tag_pattern ⇒ Object
19 20 21 |
# File 'lib/cutaneous/syntax.rb', line 19 def escaped_tag_pattern @escaped_tag_pattern ||= compile_start_pattern_with_prefix("\\\\") end |