Sha256: 2833169b19750c3e80c6ffa499997a63da75784142d4261e7a8d7c45350681d4

Contents?: true

Size: 197 Bytes

Versions: 2

Compression:

Stored size: 197 Bytes

Contents

# StringRtl

This is a simple patch to String to allow for checking the direction of a
unicode string.

## Usage

```ruby
string = "ب"
string.dir # => "rtl"
string = "a"
string.dir # => "ltr"
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
string_rtl-0.2.0 README.md
string_rtl-0.1.0 README.md