Class
Spec::Story::Step
In:
lib/spec/story/step.rb
Parent:
Object
Methods
matches?
new
parse_args
perform
Constants
PARAM_PATTERN
=
/([^\\]|^)(\$(?!\$)\w*)/
PARAM_OR_GROUP_PATTERN
=
/(\$(?!\$)\w*)|\(.*?\)/
Attributes
name
[R]
Public Class methods
new
(name, &block)
Public Instance methods
matches?
(name)
parse_args
(name)
perform
(instance, *args)
[Validate]