# File lib/puppet/application/doc.rb, line 53 53: def handle_unknown( opt, arg ) 54: @unknown_args << {:opt => opt, :arg => arg } 55: true 56: end