Sha256: e06ba2043832ef35a0af3f70e5221a3d852b378c56e257adff9f5f1cc9043549

Contents?: true

Size: 193 Bytes

Versions: 158

Compression:

Stored size: 193 Bytes

Contents

# frozen_string_literal: true

class TrueClassPresenter < SimpleDelegator
  def to_s
    # rubocop:disable Lint/BooleanSymbol
    I18n.t :true
    # rubocop:enable Lint/BooleanSymbol
  end
end

Version data entries

158 entries across 158 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/presenters/true_class_presenter.rb
renalware-core-2.1.0 app/presenters/true_class_presenter.rb
renalware-core-2.0.167 app/presenters/true_class_presenter.rb
renalware-core-2.0.166 app/presenters/true_class_presenter.rb
renalware-core-2.0.165 app/presenters/true_class_presenter.rb
renalware-core-2.0.164 app/presenters/true_class_presenter.rb
renalware-core-2.0.163 app/presenters/true_class_presenter.rb
renalware-core-2.0.162 app/presenters/true_class_presenter.rb
renalware-core-2.0.161 app/presenters/true_class_presenter.rb
renalware-core-2.0.160 app/presenters/true_class_presenter.rb
renalware-core-2.0.159 app/presenters/true_class_presenter.rb
renalware-core-2.0.158 app/presenters/true_class_presenter.rb
renalware-core-2.0.157 app/presenters/true_class_presenter.rb
renalware-core-2.0.156 app/presenters/true_class_presenter.rb
renalware-core-2.0.155 app/presenters/true_class_presenter.rb
renalware-core-2.0.153 app/presenters/true_class_presenter.rb
renalware-core-2.0.152 app/presenters/true_class_presenter.rb
renalware-core-2.0.151 app/presenters/true_class_presenter.rb
renalware-core-2.0.149 app/presenters/true_class_presenter.rb
renalware-core-2.0.148 app/presenters/true_class_presenter.rb