Sha256: b3d426ba0b07fc03b875fc6fd006c7f24a093e8bb24f965cede0fe7b141de323
Contents?: true
Size: 220 Bytes
Versions: 10
Compression:
Stored size: 220 Bytes
Contents
# frozen_string_literal: true module Mensa module AddFilter class Component < ::Mensa::ApplicationComponent attr_reader :table def initialize(table:) @table = table end end end end
Version data entries
10 entries across 10 versions & 1 rubygems