Yesterday, I found the following code in RSpec(http://github.com/dchelimsky/rspec/blob/master/lib/spec/runner/option_parser.rb line2)
class OptionParser < ::OptionParser
What does this do? What is the difference between this and "class OptionParser < NameSpace::OptionParser"?