class RegularExpression::NFA::Transition::EndAnchor
Public Instance Methods
label()
click to toggle source
# File lib/regular_expression/nfa.rb, line 63 def label "\\z" end
# File lib/regular_expression/nfa.rb, line 63 def label "\\z" end