class Cucumberator::Commands::LastStep
Public Class Methods
perform(_, _, last_input, *args, &block)
click to toggle source
# File lib/cucumberator/commands/last_step.rb, line 4 def perform(_, _, last_input, *args, &block) puts "It was: `#{last_input}`" end