Methods
Included Modules
Public Instance methods
arg_regexp()
   # File lib/spec/story/extensions/string.rb, line 6
6:   def arg_regexp
7:     ::Spec::Story::Step::PARAM_PATTERN
8:   end
step_name()
   # File lib/spec/story/extensions/string.rb, line 2
2:   def step_name
3:     self
4:   end