Skip to content

Commit 0313bff

Browse files
committed
Bleight
1 parent 1473805 commit 0313bff

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ or
1919
gem install case_transform
2020
```
2121

22-
### Possible? Dpendencies
23-
24-
```
25-
sudo apt-get install libsigsegv-dev
26-
```
27-
2822
## Usage
2923

3024
```ruby

ext/case_transform/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extern crate inflector;
1212
// use inflector::cases::classcase::to_class_case;
1313
use inflector::Inflector;
1414

15-
use ruru::{ Class, RString };
15+
use ruru::{Class, RString};
1616

1717
methods! (
1818
RString,

0 commit comments

Comments
 (0)