Object
# File lib/mspec/utils/options.rb, line 6 def initialize(short, long, arg, description, block) @short = short @long = long @arg = arg @description = description @block = block end
# File lib/mspec/utils/options.rb, line 14 def arg? @arg != nil end
# File lib/mspec/utils/options.rb, line 18 def match?(opt) opt == @short or opt == @long end
[Validate]
Generated with the Darkfish Rdoc Generator 2.