summaryrefslogtreecommitdiff
path: root/lib/pry/commands.rb
blob: 4b85ada1bf3c09e9d82360a2d2ab042ad75463dd (plain)
1
2
3
4
5
6
# Default commands used by Pry.
Pry::Commands = Pry::CommandSet.new

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