method
example_regexp
1.3.0 -
Show latest stable
- Class:
Spec::Example::ExampleMatcher
example_regexp()protected
No documentation available.
# File lib/spec/example/example_matcher.rb, line 36
def example_regexp
Regexp.escape(@example_name) if @example_name
end