Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
wc-crystal
main
Wc
Counter
CharacterCounter
FileItemCounter
LineCounter
WordCounter
ResponseType
Built with Crystal 1.9.2
2023-10-07 18:18:46 UTC
enum
Wc::ResponseType
Overview
Type of response asked
Defined in:
wc-crystal.cr
Enum Members
CHAR
=
0
WORD
=
1
LINE
=
2
ALL
=
3
Instance Method Summary
#all?
#char?
#line?
#word?
Instance Method Detail
def
all?
#
[
View source
]
def
char?
#
[
View source
]
def
line?
#
[
View source
]
def
word?
#
[
View source
]