Sha256: 778ccaca96766115b3a03d3dc6103d4c316aeee695631a9f298b7439b92504ce
Contents?: true
Size: 217 Bytes
Versions: 10
Compression:
Stored size: 217 Bytes
Contents
# frozen_string_literal: true module Mensa module Search 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