Class: Unisec::CLI::Commands::Properties::Codepoints
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Unisec::CLI::Commands::Properties::Codepoints
- Defined in:
- lib/unisec/cli/properties.rb
Overview
Command unisec properties codepoints
Example:
$ unisec properties codepoints Bidi_Control
U+61C ARABIC LETTER MARK
…
Instance Method Summary collapse
-
#call(property: nil) ⇒ Object
List code points matching a Unicode property.
Instance Method Details
#call(property: nil) ⇒ Object
List code points matching a Unicode property
50 51 52 |
# File 'lib/unisec/cli/properties.rb', line 50 def call(property: nil, **) Unisec::Properties.codepoints_display(property) end |