Sha256: bb3b4dc667f82dfb018ac64c5c9e1b441249e0c136e293d0789572afcbdafcce

Contents?: true

Size: 149 Bytes

Versions: 19

Compression:

Stored size: 149 Bytes

Contents

class StringPresenter
  include ::ActionView::Helpers::TextHelper

  def initialize(value)
    @value = value
  end

  def to_s
    @value
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc11 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.rc10 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.rc9 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.rc8 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.rc7 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.rc6 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.rc5 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.rc4 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.rc3 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.rc1 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.beta12 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.beta11 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.beta10 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.beta9 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.beta8 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.beta7 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.beta6 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.beta5 app/presenters/string_presenter.rb
renalware-core-2.0.0.pre.beta4 app/presenters/string_presenter.rb