Libraries
»
bade
(0.3.11)
»
Index (T)
»
Bade
»
Parser
»
TextRegexps
Module: Bade::Parser::TextRegexps
Defined in:
lib/bade/parser/parser_text.rb
Constant Summary
collapse
INTERPOLATION_START =
/
(\\)?(&|#)\{
/
.
freeze
INTERPOLATION_END =
/
\A\}
/
.
freeze