method

matches?

1.1.12 - Show latest stable - Class: Spec::Story::Step
matches?(name)
public

No documentation available.

# File lib/spec/story/step.rb, line 21
      def matches?(name)
        !(name.strip =~ @expression).nil?
      end