class ProxyTester::Actions::ShowConfig

Public Instance Methods

run() click to toggle source
# File lib/proxy_tester/actions/show_config.rb, line 5
def run
  puts ProxyTester.config
end