pry--pry/lib/pry/extended_commands/experimental.rb

8 lines
97 B
Ruby

class Pry
module ExtendedCommands
Experimental = Pry::CommandSet.new do
end
end
end