File Manager

Path: /opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/pry-0.10.4/lib/pry/

Viewing File: commands.rb

# Default commands used by Pry.
Pry::Commands = Pry::CommandSet.new

Dir[File.expand_path('../commands', __FILE__) << '/*.rb'].each do |file|
  require file
end