diff options
Diffstat (limited to 'lib')
| -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 | 
