Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rurema/bitclust.git
revision: 247aa751289fe7e88cfd696b92dfc8d31b3ef2eb
revision: 83ab432eef1a74f2cb8d32e02985a3d395fa3264
specs:
bitclust-core (1.5.0)
drb
Expand Down
4 changes: 2 additions & 2 deletions manual/api/_builtin/Array.md
Original file line number Diff line number Diff line change
Expand Up @@ -2777,10 +2777,10 @@ p ary.bsearch {|x| 4 - x / 2 } # => nil

#@end
#@if("2.0.0" <= version and version < "2.3.0")
- **SEE** [m:Range#bsearch], [url:https://magazine.rubyist.net/articles/0041/0041-200Special-note.html]
- **SEE** [m:Range#bsearch], <https://magazine.rubyist.net/articles/0041/0041-200Special-note.html>
#@end
#@since 2.3.0
- **SEE** [m:Array#bsearch_index], [m:Range#bsearch], [url:https://magazine.rubyist.net/articles/0041/0041-200Special-note.html]
- **SEE** [m:Array#bsearch_index], [m:Range#bsearch], <https://magazine.rubyist.net/articles/0041/0041-200Special-note.html>

### def bsearch_index { |x| ... } -> Integer | nil
### def bsearch_index -> Enumerator
Expand Down
2 changes: 1 addition & 1 deletion manual/api/_builtin/Dir.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Dir.chroot("./")
p Dir.glob("/*") #=> ["/file1", "/file2]
```

- **SEE** [url:http://opengroup.org/onlinepubs/007908799/xsh/chroot.html]
- **SEE** <http://opengroup.org/onlinepubs/007908799/xsh/chroot.html>

### def delete(path) -> 0
### def rmdir(path) -> 0
Expand Down
Loading
Loading