method
new
1.1.4 -
Show latest stable
- Class:
Spec::Story::Runner::StoryMediator::Step
new(type, name)public
No documentation available.
# File lib/spec/story/runner/story_mediator.rb, line 106
def initialize(type, name)
@type = type
@name = name
end