Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/spec/story/extensions/string.rb

Instance Method Summary collapse

Instance Method Details

#arg_regexpObject



6
7
8
# File 'lib/spec/story/extensions/string.rb', line 6

def arg_regexp
  ::Spec::Story::Step::PARAM_OR_GROUP_PATTERN
end

#step_nameObject



2
3
4
# File 'lib/spec/story/extensions/string.rb', line 2

def step_name
  self
end