class Kramdown::Options::Boolean
option types.
Helper class introducing a boolean type for specifying boolean values (true
and false
) as
def self.===(other)
def self.===(other) FalseClass === other || TrueClass === other end
option types.
Helper class introducing a boolean type for specifying boolean values (true
and false
) as
def self.===(other) FalseClass === other || TrueClass === other end