pry--pry/lib/pry/custom_completions.rb

6 lines
148 B
Ruby
Raw Normal View History

class Pry
# This proc will be instance_eval's against the active Pry instance
DEFAULT_CUSTOM_COMPLETIONS = proc { commands.commands.keys }
end