class Getopt::ArgumentGivenError

Public Class Methods

new(option, message = "Option doesn't take an argument") click to toggle source
Calls superclass method Getopt::GetoptError::new
# File trad-getopt.rb, line 26
def initialize option, message = "Option doesn't take an argument"
  super option, message
end