Sha256: ad320e22b1d64ae899595bd5b0157035794d074272386101e4282946cc8e5279
Contents?: true
Size: 257 Bytes
Versions: 7
Compression:
Stored size: 257 Bytes
Contents
# frozen_string_literal: true module Katalyst module Kpop module Matchers # @api private class FrameMatcher < CapybaraMatcher def initialize(id: "kpop") super("turbo-frame##{id}") end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems