# File lib/regin/expression.rb, line 37
def
anchored_to_end?
last
.
is_a?
(
Anchor
)
&&
last
==
'\Z'
end