Sha256: 5583cf446e4d7801f756b635e7e0f3a2b3891447e182cf0d40ffbf8d972ec39a
Contents?: true
Size: 212 Bytes
Versions: 6
Compression:
Stored size: 212 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
6 entries across 6 versions & 1 rubygems