method
step_name
1.1.12 -
Show latest stable
- Class:
Regexp
step_name()public
No documentation available.
# File lib/spec/story/extensions/regexp.rb, line 2
def step_name
self.source.gsub '\\$', '$$'
end step_name()No documentation available.
# File lib/spec/story/extensions/regexp.rb, line 2
def step_name
self.source.gsub '\\$', '$$'
end