# File lib/slop.rb, line 769 def inspect "#<Slop config_options=#{@sloptions.inspect}\n " + options.map(&:inspect).join("\n ") + "\n>" end