Skip to content

Commit af312ee

Browse files
committed
Remove dangling reference to the dRuby home page from the overview
The "(see References)" note pointed at a section that does not exist in the README, and the claim that the full package must be downloaded separately is obsolete now that drb ships as a gem. #32
1 parent af4ff53 commit af312ee

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ dRuby is a distributed object system for Ruby. It allows an object in one
44
Ruby process to invoke methods on an object in another Ruby process on the
55
same or a different machine.
66

7-
The Ruby standard library contains the core classes of the dRuby package.
8-
However, the full package also includes access control lists and the
9-
Rinda tuple-space distributed task management system, as well as a
10-
large number of samples. The full dRuby package can be downloaded from
11-
the dRuby home page (see *References*).
12-
137
For an introduction and examples of usage see the documentation to the
148
DRb module.
159

lib/drb/drb.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
# Ruby process to invoke methods on an object in another Ruby process on the
1818
# same or a different machine.
1919
#
20-
# The Ruby standard library contains the core classes of the dRuby package.
21-
# However, the full package also includes access control lists and the
22-
# Rinda tuple-space distributed task management system, as well as a
23-
# large number of samples. The full dRuby package can be downloaded from
24-
# the dRuby home page (see *References*).
25-
#
2620
# For an introduction and examples of usage see the documentation to the
2721
# DRb module.
2822
#

0 commit comments

Comments
 (0)