Method: GatewaySupport#to_textile

Defined in:
lib/support/gateway_support.rb

#to_textileObject



44
45
46
47
48
# File 'lib/support/gateway_support.rb', line 44

def to_textile
  each_gateway do |g|
    puts %/ * "#{g.display_name}":#{g.homepage_url} [#{g.supported_countries.join(', ')}]/
  end
end