Sha256: 685883bca36d4ee13116241055984fa0e0092df44ae5f8aa55bb3499050933b9

Contents?: true

Size: 183 Bytes

Versions: 4

Compression:

Stored size: 183 Bytes

Contents

module Cucumberator::Commands
  class LastStep
    class << self
      def perform(_, _, last_input, *args, &block)
        puts "It was: `#{last_input}`"
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cucumberator-1.0.3 lib/cucumberator/commands/last_step.rb
cucumberator-1.0.2 lib/cucumberator/commands/last_step.rb
cucumberator-1.0.1 lib/cucumberator/commands/last_step.rb
cucumberator-1.0.0 lib/cucumberator/commands/last_step.rb