changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec/lib/spec/story/extensions/regexp.rb

changeset 15: 64acf98d15f4
author: moriq@moriq.com
date: Mon Mar 10 10:12:58 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add plugins rspec
1class 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
9end