# File lib/pry/command.rb, line 373 def slop Slop.new do |opt| opt.banner(unindent(self.class.banner)) options(opt) opt.on(:h, :help, "Show this message.") end end