diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Ruby-API.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Ruby-API.md b/docs/Ruby-API.md index a9e130a..feea2dd 100644 --- a/docs/Ruby-API.md +++ b/docs/Ruby-API.md @@ -180,3 +180,8 @@ single line was present. Returns a multi-line string without the first line, or an empty string if only a single line was present. + +#### `cut_both` + +Returns a multi-line string without the first and last lines, or an empty string +if fewer than three lines were present. |