method
matches?
1.1.4 -
Show latest stable
- Class:
Spec::Story::Step
matches?(name)public
No documentation available.
# File lib/spec/story/step.rb, line 32
def matches?(name)
!(matches = name.match(@expression)).nil?
end