Class Regexp
In: lib/spec/story/extensions/regexp.rb
Parent: Object

Methods

Public Instance methods

[Source]

   # File lib/spec/story/extensions/regexp.rb, line 6
6:   def arg_regexp
7:     ::Spec::Story::Step::PARAM_OR_GROUP_PATTERN
8:   end

[Source]

   # File lib/spec/story/extensions/regexp.rb, line 2
2:   def step_name
3:     self.source
4:   end

[Validate]