Flowdock
set_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 1752
    def set_backtrace(array)
      super(self.class.filter_backtrace(array))
    end
Register or log in to add new notes.