Class: Nanoc::CLI::Commands::Shell
- Inherits:
-
Nanoc::CLI::CommandRunner
- Object
- Cri::CommandRunner
- Nanoc::CLI::CommandRunner
- Nanoc::CLI::Commands::Shell
- Defined in:
- lib/nanoc/cli/commands/shell.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
10 11 12 13 14 15 16 |
# File 'lib/nanoc/cli/commands/shell.rb', line 10 def run require 'pry' load_site Nanoc::Int::Context.new(env).pry end |