Flowdock
filter_backtrace(array) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/optparse.rb, line 1745
    def self.filter_backtrace(array)
      unless $DEBUG
        array.delete_if(&%\A#{Regexp.quote(__FILE__)}:".method(:=~))
      end
      array
    end
Register or log in to add new notes.