Module: PluckMap::HashPresenter

Included in:
Presenter
Defined in:
lib/pluck_map/presenters/to_h.rb

Instance Method Summary collapse

Instance Method Details

#to_h(query) ⇒ Object



4
5
6
7
# File 'lib/pluck_map/presenters/to_h.rb', line 4

def to_h(query)
  define_to_h!
  to_h(query)
end