Module: Sunzi

Defined in:
lib/sunzi.rb,
lib/sunzi/cli.rb,
lib/sunzi/plugin.rb,
lib/sunzi/actions.rb,
lib/sunzi/command.rb,
lib/sunzi/endpoint.rb,
lib/sunzi/dependency.rb

Overview

Sunzi

Defined Under Namespace

Modules: Plugin Classes: Actions, Cli, Command, Dependency, Endpoint

Constant Summary collapse

GemRoot =
Pathname.new(Gem.loaded_specs['sunzi'].gem_dir)

Class Method Summary collapse

Class Method Details

.thorObject



31
32
33
# File 'lib/sunzi/actions.rb', line 31

def thor
  @thor ||= Sunzi::Actions.new
end