Sha256: 920459f7f107f01123745b189a67c7c7a161ca151381507ffe4a4b4d6f745e9e

Contents?: true

Size: 311 Bytes

Versions: 2

Compression:

Stored size: 311 Bytes

Contents

module Analytics
  # IO is a module that holds all IO stuff,
  # such as reading/writing to a file or similar.
  module IO
    # 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.
    PROJ_DIR = Dir.pwd.freeze
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ios_analytics_cli-1.1.0 lib/ios_analytics_cli/io/io.rb
ios_analytics_cli-1.0.0 lib/ios_analytics_cli/io/io.rb