Sha256: 2b9c4a8a078a46e91d5eeee0c91049de9908ab9582bc30e12b6e7463cc3e93b6

Contents?: true

Size: 108 Bytes

Versions: 158

Compression:

Stored size: 108 Bytes

Contents

# frozen_string_literal: true

class DatePresenter < SimpleDelegator
  def to_s
    ::I18n.l self
  end
end

Version data entries

158 entries across 158 versions & 1 rubygems

Version Path
renalware-core-2.0.18 app/presenters/date_presenter.rb
renalware-core-2.0.17 app/presenters/date_presenter.rb
renalware-core-2.0.16 app/presenters/date_presenter.rb
renalware-core-2.0.15 app/presenters/date_presenter.rb
renalware-core-2.0.14 app/presenters/date_presenter.rb
renalware-core-2.0.13 app/presenters/date_presenter.rb
renalware-core-2.0.12 app/presenters/date_presenter.rb
renalware-core-2.0.11 app/presenters/date_presenter.rb
renalware-core-2.0.9 app/presenters/date_presenter.rb
renalware-core-2.0.8 app/presenters/date_presenter.rb
renalware-core-2.0.7 app/presenters/date_presenter.rb
renalware-core-2.0.5 app/presenters/date_presenter.rb
renalware-core-2.0.4 app/presenters/date_presenter.rb
renalware-core-2.0.3 app/presenters/date_presenter.rb
renalware-core-2.0.2 app/presenters/date_presenter.rb
renalware-core-2.0.1 app/presenters/date_presenter.rb
renalware-core-2.0.0 app/presenters/date_presenter.rb
renalware-core-2.0.0.pre.rc13 app/presenters/date_presenter.rb