Sha256: 5bf490ee11389fa288c9300f3be1f08f73c50fd9ee72aa7a375262caf64c71ef

Contents?: true

Size: 145 Bytes

Versions: 6

Compression:

Stored size: 145 Bytes

Contents

class HashPresenter < Mystique::Presenter
  def each
    super do |k, v|
      yield(Mystique.present(k), Mystique.present(v))
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mystique-0.5.6 lib/mystique/presenters/hash_presenter.rb
mystique-0.5.5 lib/mystique/presenters/hash_presenter.rb
mystique-0.5.4 lib/mystique/presenters/hash_presenter.rb
mystique-0.5.3 lib/mystique/presenters/hash_presenter.rb
mystique-0.5.2 lib/mystique/presenters/hash_presenter.rb
mystique-0.5.1 lib/mystique/presenters/hash_presenter.rb