Move tsort under the vendor directory
This commit is contained in:
parent
881e76cef3
commit
dfa8e696f2
@ -32,7 +32,7 @@
|
|||||||
# method, which fetches the array of child nodes and then iterates over that
|
# method, which fetches the array of child nodes and then iterates over that
|
||||||
# array using the user-supplied block.
|
# array using the user-supplied block.
|
||||||
#
|
#
|
||||||
# require 'rubygems/tsort/lib/tsort'
|
# require 'rubygems/vendor/tsort/lib/tsort'
|
||||||
#
|
#
|
||||||
# class Hash
|
# class Hash
|
||||||
# include Gem::TSort
|
# include Gem::TSort
|
||||||
@ -52,7 +52,7 @@
|
|||||||
#
|
#
|
||||||
# A very simple `make' like tool can be implemented as follows:
|
# A very simple `make' like tool can be implemented as follows:
|
||||||
#
|
#
|
||||||
# require 'rubygems/tsort/lib/tsort'
|
# require 'rubygems/vendor/tsort/lib/tsort'
|
||||||
#
|
#
|
||||||
# class Make
|
# class Make
|
||||||
# def initialize
|
# def initialize
|
Loading…
x
Reference in New Issue
Block a user