Skip to content

Commit

Permalink
fork mention
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Aug 2, 2024
1 parent 5a2e549 commit 627b2e4
Show file tree
Hide file tree
Showing 56 changed files with 155 additions and 153 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2023 Alexandre ZANNI at ACCEIS
Copyright (c) 2024 Alexandre ZANNI (independent)
Copyright (c) 2023-2024 Alexandre ZANNI at ACCEIS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# unisec

[![GitHub forks](https://img.shields.io/github/forks/acceis/unisec)](https://github.com/acceis/unisec/network)
[![GitHub stars](https://img.shields.io/github/stars/acceis/unisec)](https://github.com/acceis/unisec/stargazers)
[![GitHub license](https://img.shields.io/github/license/acceis/unisec)](https://github.com/acceis/unisec/blob/master/LICENSE)
[![GitHub forks](https://img.shields.io/github/forks/noraj/unisec)](https://github.com/noraj/unisec/network)
[![GitHub stars](https://img.shields.io/github/stars/noraj/unisec)](https://github.com/noraj/unisec/stargazers)
[![GitHub license](https://img.shields.io/github/license/noraj/unisec)](https://github.com/noraj/unisec/blob/master/LICENSE)
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_flat.svg)](https://inventory.raw.pm/tools.html#unisec)

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/acceis/unisec/ruby.yml?branch=master)
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/acceis/unisec)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/noraj/unisec/ruby.yml?branch=master)
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/noraj/unisec)

![](https://acceis.github.io/unisec/_media/unisec-logo.png)
![](https://noraj.github.io/unisec/_media/unisec-logo.png)

> Unicode Security Toolkit
Expand Down Expand Up @@ -46,16 +46,16 @@ A CLI tool and library to play with Unicode security.
$ gem install unisec
```

Check the [installation](https://acceis.github.io/unisec/#/pages/install) page on the documentation to discover more methods.
Check the [installation](https://noraj.github.io/unisec/#/pages/install) page on the documentation to discover more methods.

[![Packaging status](https://repology.org/badge/vertical-allrepos/unisec.svg)](https://repology.org/project/unisec/versions)
[![Gem Version](https://badge.fury.io/rb/unisec.svg)](https://badge.fury.io/rb/unisec)
![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/acceis/unisec)
![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/noraj/unisec)

## Documentation

Homepage / Documentation: https://acceis.github.io/unisec/
Homepage / Documentation: https://noraj.github.io/unisec/

## Author

Made by Alexandre ZANNI ([@noraj](https://pwn.by/noraj/)) at [ACCEIS](https://www.acceis.fr/).
Made by Alexandre ZANNI ([@noraj](https://pwn.by/noraj/)). Forked from [Acceis/unisec](https://github.com/Acceis/unisec).
8 changes: 4 additions & 4 deletions docs-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Acceis/unisec.git"
"url": "git+https://github.com/noraj/unisec.git"
},
"keywords": [
"cybersecurity",
"security",
"infosec",
"unicode"
],
"author": "Alexandre ZANNI (ACCEIS)",
"author": "Alexandre ZANNI",
"license": "Copyright",
"bugs": {
"url": "https://github.com/Acceis/unisec/issues"
"url": "https://github.com/noraj/unisec/issues"
},
"homepage": "https://github.com/Acceis/unisec",
"homepage": "https://github.com/noraj/unisec",
"dependencies": {
"@h-hg/docsify-image-caption": "^0.1.2",
"del": "^7.1.0",
Expand Down
4 changes: 2 additions & 2 deletions docs/_navbar.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- [Home](/)
- [Library documentation](https://acceis.github.io/unisec/yard/Unisec)
- [Source](https://github.com/Acceis/unisec)
- [Library documentation](https://noraj.github.io/unisec/yard/Unisec)
- [Source](https://github.com/noraj/unisec)
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script>
window.$docsify = {
name: 'unisec',
repo: 'https://github.com/Acceis/unisec',
repo: 'https://github.com/noraj/unisec',
loadSidebar: true,
subMaxLevel: 6,
sidebarDisplayLevel: 1,
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ docsify serve ../docs

The output directory of the library documentation will be `docs/yard`.

You can consult it online [here](https://acceis.github.io/unisec/yard/).
You can consult it online [here](https://noraj.github.io/unisec/yard/).

### Build & serve locally

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $ gem install --development unisec
Just replace `x.x.x` with the gem version you see after `gem build`.

```
$ git clone https://github.com/acceis/unisec.git unisec
$ git clone https://github.com//unisec.git unisec
$ cd unisec
$ gem install bundler
$ bundler install
Expand Down
52 changes: 26 additions & 26 deletions docs/pages/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,37 +52,37 @@ Options:
### Examples

- **BiDi**
- [Spoof](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Bidi/Spoof)
- [Spoof](https://.github.io/unisec/yard/Unisec/CLI/Commands/Bidi/Spoof)
- **Confusables**
- [List](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Confusables/List)
- [Randomize](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Confusables/Randomize)
- [Grep](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Grep)
- [Hexdump](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Hexdump)
- [List](https://.github.io/unisec/yard/Unisec/CLI/Commands/Confusables/List)
- [Randomize](https://.github.io/unisec/yard/Unisec/CLI/Commands/Confusables/Randomize)
- [Grep](https://.github.io/unisec/yard/Unisec/CLI/Commands/Grep)
- [Hexdump](https://.github.io/unisec/yard/Unisec/CLI/Commands/Hexdump)
- **Normalize**
- [All](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Normalize/All)
- [Replace](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Normalize/Replace)
- [All](https://.github.io/unisec/yard/Unisec/CLI/Commands/Normalize/All)
- [Replace](https://.github.io/unisec/yard/Unisec/CLI/Commands/Normalize/Replace)
- **Properties**
- [Char](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Properties/Char)
- [Codepoints](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Properties/Codepoints)
- [List](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Properties/List)
- [Size](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Size)
- [Char](https://.github.io/unisec/yard/Unisec/CLI/Commands/Properties/Char)
- [Codepoints](https://.github.io/unisec/yard/Unisec/CLI/Commands/Properties/Codepoints)
- [List](https://.github.io/unisec/yard/Unisec/CLI/Commands/Properties/List)
- [Size](https://.github.io/unisec/yard/Unisec/CLI/Commands/Size)
- **Surrogates**
- [From](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Surrogates/From)
- [To](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Surrogates/To)
- [Versions](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands/Versions)
- [From](https://.github.io/unisec/yard/Unisec/CLI/Commands/Surrogates/From)
- [To](https://.github.io/unisec/yard/Unisec/CLI/Commands/Surrogates/To)
- [Versions](https://.github.io/unisec/yard/Unisec/CLI/Commands/Versions)

[Library documentation for commands](https://acceis.github.io/unisec/yard/Unisec/CLI/Commands).
[Library documentation for commands](https://.github.io/unisec/yard/Unisec/CLI/Commands).

## Library

See examples in [the library documentation](https://acceis.github.io/unisec/yard/Unisec).

- [Unisec::Bidi](https://acceis.github.io/unisec/yard/Unisec/Bidi)
- [Unisec::Confusables](https://acceis.github.io/unisec/yard/Unisec/Confusables)
- [Unisec::Hexdump](https://acceis.github.io/unisec/yard/Unisec/Hexdump)
- [Unisec::Normalization](https://acceis.github.io/unisec/yard/Unisec/Normalization)
- [Unisec::Properties](https://acceis.github.io/unisec/yard/Unisec/Properties)
- [Unisec::Rugrep](https://acceis.github.io/unisec/yard/Unisec/Rugrep)
- [Unisec::Size](https://acceis.github.io/unisec/yard/Unisec/Size)
- [Unisec::Surrogates](https://acceis.github.io/unisec/yard/Unisec/Surrogates)
- [Unisec::Versions](https://acceis.github.io/unisec/yard/Unisec/Versions)
See examples in [the library documentation](https://.github.io/unisec/yard/Unisec).

- [Unisec::Bidi](https://.github.io/unisec/yard/Unisec/Bidi)
- [Unisec::Confusables](https://.github.io/unisec/yard/Unisec/Confusables)
- [Unisec::Hexdump](https://.github.io/unisec/yard/Unisec/Hexdump)
- [Unisec::Normalization](https://.github.io/unisec/yard/Unisec/Normalization)
- [Unisec::Properties](https://.github.io/unisec/yard/Unisec/Properties)
- [Unisec::Rugrep](https://.github.io/unisec/yard/Unisec/Rugrep)
- [Unisec::Size](https://.github.io/unisec/yard/Unisec/Size)
- [Unisec::Surrogates](https://.github.io/unisec/yard/Unisec/Surrogates)
- [Unisec::Versions](https://.github.io/unisec/yard/Unisec/Versions)
2 changes: 1 addition & 1 deletion docs/yard/Integer.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ <h3 class="signature " id="to_hex-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2>
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:48 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/Bidi.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:48 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/Bidi/Spoof.html
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ <h3 class="signature " id="set_target_display-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:48 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:48 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:48 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Bidi.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:48 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Bidi/Spoof.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ <h3 class="signature first" id="call-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Confusables.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:48 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Confusables/List.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ <h3 class="signature first" id="call-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Confusables/Randomize.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h3 class="signature first" id="call-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Grep.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h3 class="signature first" id="call-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Hexdump.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h3 class="signature first" id="call-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Normalize.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:48 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Normalize/All.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ <h3 class="signature first" id="call-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Normalize/Replace.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h3 class="signature first" id="call-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:48 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Properties/Char.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ <h3 class="signature first" id="call-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Properties/Codepoints.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h3 class="signature first" id="call-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Properties/List.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h3 class="signature first" id="call-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Size.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h3 class="signature first" id="call-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Surrogates.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:48 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Surrogates/From.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ <h3 class="signature first" id="call-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Surrogates/To.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h3 class="signature first" id="call-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/Unisec/CLI/Commands/Versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h3 class="signature first" id="call-instance_method">
</div>

<div id="footer">
Generated on Fri May 17 16:33:54 2024 by
Generated on Fri Aug 2 18:59:49 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.0).
</div>
Expand Down
Loading

0 comments on commit 627b2e4

Please sign in to comment.