Module: Analytics::IO

Defined in:
lib/ios_analytics_cli/io/io.rb,
lib/ios_analytics_cli/io/config.rb

Overview

IO is a module that holds all IO stuff, such as reading/writing to a file or similar.

Defined Under Namespace

Classes: Config

Constant Summary collapse

PROJ_DIR =

The directory of the current project. Currently it’s just a ‘Dir.pwd`, but we’ll may receive a path in the CLI command in future.

Dir.pwd.freeze