Tput::Namespace::MatchFlag
Inherits Enum / Comparable / Value / Object
Constants
MatchExactly = 0
MatchContains = 1
MatchStartsWith = 2
MatchEndsWith = 3
MatchRegularExpression = 4
MatchWildcard = 5
MatchFixedString = 8
MatchCaseSensitive = 16
MatchWrap = 32
MatchRecursive = 64
None = 0
All = 127
Instance methods
none?
Source