Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
keimeno
v0.3.0
Top Level Namespace
Keimeno
Base
Keystroke
FunctionKeys
Match
Matcher
Menu
Prompt
TextInput
Built with Crystal 1.9.2
2023-10-08 07:57:54 UTC
class
Keimeno::Matcher
Keimeno::Matcher
Reference
Object
Defined in:
keimeno/menu/matcher.cr
Constructors
.new
(haystack : String)
Class Method Summary
.search
(haystack : String)
Instance Method Summary
#for
(needles : String) : Bool
Constructor Detail
def self.
new
(haystack : String)
#
[
View source
]
Class Method Detail
def self.
search
(haystack : String)
#
[
View source
]
Instance Method Detail
def
for
(needles : String) : Bool
#
[
View source
]