Sha256: afb7e92739890a3954601a4a503bdb0d64e9b09eebf4806c72d5f931493cfae6
Contents?: true
Size: 654 Bytes
Versions: 20
Compression:
Stored size: 654 Bytes
Contents
# Repla module Repla require_relative 'repla/lib/constants' require_relative 'repla/lib/window' require_relative 'repla/lib/controller' require_relative 'repla/lib/view' require_relative 'repla/lib/module' end # Exists: Removing for now because there is no safe way of determinining if # the application is installed. # 1. There's one method that uses the Finder, but that requires prompting the # user after Mojave # 2. There's another method that doesn't use the Finder, but it will hang if # the process originates from the app # The hang may only be in tests? # Repla.application_exists || abort('The Repla application is not installed.')
Version data entries
20 entries across 20 versions & 1 rubygems