Method: Verbal#start_of_string
- Defined in:
- lib/verbal.rb
#start_of_string ⇒ Object
Marks the expression to start at the beginning of the string.
65 66 67 |
# File 'lib/verbal.rb', line 65 def start_of_string @prefixes = '\A' + @prefixes end |