diff options
| author | Zack Hobson | 2013-12-27 14:32:34 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-12-27 14:32:34 -0800 | 
| commit | f893945bd1c75cb0679f923e7285f1d7a7724f86 (patch) | |
| tree | 9b2bc0d839355604caaf230a2f009a141ef88e29 | |
| parent | 7317487adc111ab6f226fc42b57dd6a32cb28541 (diff) | |
| download | hcl-f893945bd1c75cb0679f923e7285f1d7a7724f86.tar.bz2 | |
require pry in console
| -rw-r--r-- | lib/hcl/commands.rb | 1 | ||||
| -rw-r--r-- | lib/hcl/console.rb | 1 | 
2 files changed, 1 insertions, 1 deletions
| diff --git a/lib/hcl/commands.rb b/lib/hcl/commands.rb index 0811260..328981e 100644 --- a/lib/hcl/commands.rb +++ b/lib/hcl/commands.rb @@ -1,6 +1,5 @@  require 'chronic'  require 'highline' -require 'pry'  module HCl    module Commands diff --git a/lib/hcl/console.rb b/lib/hcl/console.rb index bf0d9ce..84c70e1 100644 --- a/lib/hcl/console.rb +++ b/lib/hcl/console.rb @@ -1,4 +1,5 @@  require 'pp' +require 'pry'  module HCl    class Console | 
