Class: WindClutter::CLI::Commands::Debug
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- WindClutter::CLI::Commands::Debug
- Includes:
- Util
- Defined in:
- lib/windclutter/cli/core.rb
Overview
A helper for you to dissect the configuration quickly
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
43 44 45 |
# File 'lib/windclutter/cli/core.rb', line 43 def call(*) ap Config.wtf? end |