class Ragol::BooleanOption

a boolean option maps to a single tag, not a tag and value. For example, ā€œ-vā€ (verbose) is a boolean option, but ā€œ-r 3444ā€ (revision) is a option with a value.

Public Instance Methods

takes_value?() click to toggle source
# File lib/ragol/boolean_option.rb, line 11
def takes_value?
  false
end