class Slop::NullOption
An option that discards the return value, inherits from Bool since it does not expect an argument.
Public Instance Methods
null?()
click to toggle source
# File lib/slop/types.rb, line 95 def null? true end