method
Then
1.1.4 -
Show latest stable
- Class:
Spec::Story::World
Then(name, *args, &block)public
No documentation available.
# File lib/spec/story/world.rb, line 114
def Then(name, *args, &block)
World.store_and_call self, :then, name, *args, &block
@__previous_step = :then
end