Class: Cucumberator::Commands::LastStep
- Inherits:
-
Object
- Object
- Cucumberator::Commands::LastStep
- Defined in:
- lib/cucumberator/commands/last_step.rb
Class Method Summary collapse
Class Method Details
.perform(_, _, last_input, *args, &block) ⇒ Object
4 5 6 |
# File 'lib/cucumberator/commands/last_step.rb', line 4 def perform(_, _, last_input, *args, &block) puts "It was: `#{last_input}`" end |