class Slop::Result

This class encapsulates a Parser and Options pair. The idea is that the Options class shouldn’t have to deal with what happens when options are parsed, and the Parser shouldn’t have to deal with the state of options once parsing is complete. This keeps the API really simple; A Parser parses, Options handles options, and this class handles the result of those actions. This class contains the important most used methods.