Sha256: dd4f0f8155fc2f5efe865e2aa915e62fc92df4ee578b359f7484b85940a7efd1

Contents?: true

Size: 365 Bytes

Versions: 12

Compression:

Stored size: 365 Bytes

Contents

module Climatic

  module Proxy

    def config
      Climatic.config
    end

    def logger
      Climatic.logger
    end

    def command_line_manager
      config.command_line_layer.command_line_manager
    end

    def help
      config.command_line_layer.help
    end

    def puts_and_logs(*args)
      Climatic.logger.puts_and_logs *args
    end

  end

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
climatic-0.2.38 lib/climatic/proxy.rb
climatic-0.2.37 lib/climatic/proxy.rb
climatic-0.2.36 lib/climatic/proxy.rb
climatic-0.2.35 lib/climatic/proxy.rb
climatic-0.2.34 lib/climatic/proxy.rb
climatic-0.2.32 lib/climatic/proxy.rb
climatic-0.2.31 lib/climatic/proxy.rb
climatic-0.2.30 lib/climatic/proxy.rb
climatic-0.2.29 lib/climatic/proxy.rb
climatic-0.2.28 lib/climatic/proxy.rb
climatic-0.2.27 lib/climatic/proxy.rb
climatic-0.2.26 lib/climatic/proxy.rb