Module: Erubi

Defined in:
lib/erubi.rb,
lib/erubi/capture_end.rb

Defined Under Namespace

Classes: CaptureEndEngine, Engine

Constant Summary collapse

VERSION =
'1.12.0'
RANGE_FIRST =
0..0
RANGE_LAST =
-1..-1
MATCH_METHOD =
RUBY_VERSION >= '2.4' ? :match? : :match
SKIP_DEFINED_FOR_INSTANCE_VARIABLE =
RUBY_VERSION > '3'
FREEZE_TEMPLATE_LITERALS =
!eval("''").frozen? && RUBY_VERSION >= '2.1'