# File libgda/sample/sample.rb, line 11 def list_providers Gda::Provider.each { |provider| puts "ID: '#{provider.prov_id}'." } end