Module: Ready

Defined in:
lib/ready.rb,
lib/ready/cli.rb,
lib/ready/cli/up.rb,
lib/ready/version.rb,
lib/ready/cli/init.rb,
lib/ready/readyfile.rb,
lib/ready/executable.rb,
lib/ready/zsh_script.rb,
lib/ready/cli/clobber.rb,
lib/ready/cli/compile.rb,
lib/ready/zsh_function.rb,
lib/ready/by_executable.rb,
lib/ready/configuration.rb,
lib/ready/cli/rake_command.rb

Overview

Top-level namespace for the ready gem.

Defined Under Namespace

Classes: ByExecutable, CLI, Configuration, Error, Executable, Readyfile, ZshFunction, ZshScript

Constant Summary collapse

LOADER =
Zeitwerk::Loader.for_gem
VERSION =
"0.0.2".freeze

Class Method Summary collapse

Class Method Details

.rootPathname

The root directory of the ready gem (the parent of lib/). Used to locate bundled assets such as the zsh plugin and the Rakefile.

Returns:

  • (Pathname)


21
22
23
# File 'lib/ready.rb', line 21

def self.root
  Pathname(__dir__).parent
end