# File lib/active_merchant/billing/base.rb, line 33 def self.gateway(name) Billing.const_get("#{name.to_s.downcase}_gateway".camelize) end