Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
transform
master
Action
Transform
Built with Crystal 1.9.2
2023-10-07 21:47:53 UTC
enum
Action
Defined in:
cli.cr
Enum Members
Fullwidth
=
0
Upcase
=
1
Downcase
=
2
Circle
=
3
Nothing
=
4
Instance Method Summary
#circle?
#downcase?
#fullwidth?
#nothing?
#upcase?
Instance Method Detail
def
circle?
#
[
View source
]
def
downcase?
#
[
View source
]
def
fullwidth?
#
[
View source
]
def
nothing?
#
[
View source
]
def
upcase?
#
[
View source
]