Sha256: c788b9b21f3b68a7f1b818d13f24c3eb49d91287e1dd71af398e216f3fda4633
Contents?: true
Size: 163 Bytes
Versions: 142
Compression:
Stored size: 163 Bytes
Contents
# frozen_string_literal: true class Breadcrumb attr_reader :title, :anchor def initialize(title:, anchor:) @title = title @anchor = anchor end end
Version data entries
142 entries across 142 versions & 1 rubygems