Sha256: aee98a5c35befac1ba5a1820b4e8e78e3b05f69a9c81a6b5ec0a45c8566463ff
Contents?: true
Size: 213 Bytes
Versions: 41
Compression:
Stored size: 213 Bytes
Contents
# frozen_string_literal: true module Cucumber class Unit def initialize(step_collection) @step_collection = step_collection end def step_count @step_collection.length end end end
Version data entries
41 entries across 41 versions & 4 rubygems