Method: AnyStyle::Finder#format_hash

Defined in:
lib/anystyle/finder.rb

#format_hash(dataset, **opts) ⇒ Object



61
62
63
# File 'lib/anystyle/finder.rb', line 61

def format_hash(dataset, **opts)
  dataset.map { |doc| doc.to_h(**opts) }
end