Flowdock
method

compsys

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: List
compsys(*args, &block) 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 881
    def compsys(*args, &block)  # :nodoc:
      list.each do |opt|
        if opt.respond_to?(:compsys)
          opt.compsys(*args, &block)
        end
      end
    end
Register or log in to add new notes.