Sha256: dd9dcf1705d3d489a94545fb96b5b458b66418541128798445bbc40dae10f6a7
Contents?: true
Size: 262 Bytes
Versions: 7
Compression:
Stored size: 262 Bytes
Contents
# frozen_string_literal: true module RSpec module XlsxMatchers # common base for matchers with exact match option module ExactMatch attr_reader :exact_match def exactly @exact_match = true self end end end end
Version data entries
7 entries across 7 versions & 1 rubygems