Sha256: c7d7dd3e3cdb4b6cb38681379933f1b03797ef08a73c52a9816597b2ea4902b8

Contents?: true

Size: 173 Bytes

Versions: 4

Compression:

Stored size: 173 Bytes

Contents

module Cucumberator::Commands
  class Exit
    class << self
      # return value - wants to quit?
      def perform(*args, &block)
        true
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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