Skip to content

Commit

Permalink
rake
Browse files Browse the repository at this point in the history
  • Loading branch information
hasumikin committed Feb 21, 2024
1 parent 0ee037b commit 9670b03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/rbs_doc/CYW43.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ permalink: CYW43.html
folder: rbs_doc
---
## Singleton methods
### check_initialized
### init

```ruby
CYW43.check_initialized() -> void
CYW43.init(?String, ?force: bool) -> void
```
### init
### initialized?

```ruby
CYW43.init(?String, ?force: bool) -> void
CYW43.initialized?() -> bool
```

0 comments on commit 9670b03

Please sign in to comment.