# 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