Method: GatewaySupport#to_rdoc

Defined in:
lib/support/gateway_support.rb

#to_rdocObject



38
39
40
41
42
# File 'lib/support/gateway_support.rb', line 38

def to_rdoc
  each_gateway do |g|
    puts "* {#{g.display_name}}[#{g.homepage_url}] - #{g.supported_countries.join(', ')}"
  end
end