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