Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hasumikin committed Oct 22, 2024
1 parent 89a2ac4 commit 7ca7c81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
12 changes: 0 additions & 12 deletions _data/sidebars/picoruby_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,6 @@ entries:
- title: General
output: web pdf
folderitems:
- title: class Array
url: "/Array.html"
output: web pdf
type: homepage
- title: class BLE
url: "/BLE.html"
output: web pdf
Expand Down Expand Up @@ -506,10 +502,6 @@ entries:
url: "/Net_UDPClient.html"
output: web pdf
type: homepage
- title: class Object
url: "/Object.html"
output: web pdf
type: homepage
- title: class PicoLine
url: "/PicoLine.html"
output: web pdf
Expand Down Expand Up @@ -570,10 +562,6 @@ entries:
url: "/Shell_Command.html"
output: web pdf
type: homepage
- title: class String
url: "/String.html"
output: web pdf
type: homepage
- title: class Task
url: "/Task.html"
output: web pdf
Expand Down
2 changes: 1 addition & 1 deletion pages/rbs_doc/Array.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ folder: rbs_doc
```ruby
instance.insert(Integer index, *Elem) -> void
```
## Instance methods
## Instance methods (picoruby-pack)
### pack

```ruby
Expand Down
2 changes: 1 addition & 1 deletion pages/rbs_doc/Object.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar: picoruby_sidebar
permalink: Object.html
folder: rbs_doc
---
## Instance methods
## Instance methods (picoruby-metaprog)
### __id__

```ruby
Expand Down
4 changes: 2 additions & 2 deletions pages/rbs_doc/String.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar: picoruby_sidebar
permalink: String.html
folder: rbs_doc
---
## Instance methods
## Instance methods (picoruby-metaprog)
### gsub

```ruby
Expand All @@ -18,7 +18,7 @@ instance.gsub(String pattern, String replacement) -> String
```ruby
instance.rindex(String needle) -> (Integer | nil)
```
## Singleton methods
## Singleton methods (picoruby-pack)
### pack

```ruby
Expand Down

0 comments on commit 7ca7c81

Please sign in to comment.