Sha256: 265f6226b21c4c6c9ce9456fd1db7d258275a8f3dd715bf40c5dec7049ba12dc

Contents?: true

Size: 162 Bytes

Versions: 13

Compression:

Stored size: 162 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc11 app/presenters/true_class_presenter.rb
renalware-core-2.0.0.pre.rc10 app/presenters/true_class_presenter.rb
renalware-core-2.0.0.pre.rc9 app/presenters/true_class_presenter.rb
renalware-core-2.0.0.pre.rc8 app/presenters/true_class_presenter.rb
renalware-core-2.0.0.pre.rc7 app/presenters/true_class_presenter.rb
renalware-core-2.0.0.pre.rc6 app/presenters/true_class_presenter.rb
renalware-core-2.0.0.pre.rc5 app/presenters/true_class_presenter.rb
renalware-core-2.0.0.pre.rc4 app/presenters/true_class_presenter.rb
renalware-core-2.0.0.pre.rc3 app/presenters/true_class_presenter.rb
renalware-core-2.0.0.pre.rc1 app/presenters/true_class_presenter.rb
renalware-core-2.0.0.pre.beta12 app/presenters/true_class_presenter.rb
renalware-core-2.0.0.pre.beta11 app/presenters/true_class_presenter.rb
renalware-core-2.0.0.pre.beta10 app/presenters/true_class_presenter.rb