15 16 17 18
# File 'lib/gurke/steps.rb', line 15 def Then(step) rst = self.class.find_step(step, self, :then) send rst.method_name end