117 118 119
# File 'lib/oddb/export/yaml.rb', line 117 def export(io) ODDB::Drugs::Product.all { |product| io.puts product.to_yaml } end