projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
api06: Fix tag parsing in the node-tags-normalization helper, as suggested by
[rails.git]
/
vendor
/
gems
/
rspec-1.1.2
/
lib
/
spec
/
story
/
extensions
/
regexp.rb
1
class Regexp
2
def step_name
3
self.source
4
end
5
6
def arg_regexp
7
::Spec::Story::Step::PARAM_OR_GROUP_PATTERN
8
end
9
end