Flowdock
method

setup_options

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: GCStressOption
setup_options(parser, options) public

No documentation

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

Hide source
# File lib/test/unit.rb, line 186
      def setup_options(parser, options)
        super
        parser.on '--[no-]gc-stress', 'Set GC.stress as true' do |flag|
          options[:gc_stress] = flag
        end
      end
Register or log in to add new notes.