Class: Nanoc::CLI::Commands::Shell

Inherits:
Nanoc::CLI::CommandRunner
  • Object
show all
Defined in:
lib/nanoc/cli/commands/shell.rb

Instance Method Summary collapse

Instance Method Details

#runObject



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