147 148 149 150
# File 'lib/oddb/export/yaml.rb', line 147 def export(io) ODDB::Drugs::Product.all { |product| io.puts product.to_yaml } nil end