Sha256: d944fd9d91b3c717fea5ae9a62127a8b7fe5b0cbcb187b6cf5f59ccb2f5876e1

Contents?: true

Size: 149 Bytes

Versions: 18

Compression:

Stored size: 149 Bytes

Contents

# encoding: utf-8
module ProxyTester
  module Actions
    class ShowConfig
      def run
        puts ProxyTester.config
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
proxy_tester-0.1.10 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.1.8 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.1.6 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.1.5 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.1.4 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.1.3 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.1.2 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.1.1 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.1.0 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.0.9 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.0.8 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.0.7 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.0.6 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.0.5 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.0.4 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.0.3 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.0.2 lib/proxy_tester/actions/show_config.rb
proxy_tester-0.0.1 lib/proxy_tester/actions/show_config.rb