class Slop::Parser

def process(option, arg)

We've found an option, process and return it
def process(option, arg)
  option.ensure_call(arg)
  option
end