X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=lib%2Fgraph.njae.rb;h=b6dad293c59bd7bd8972aea6263bd1672469b497;hb=369a49ecb7cf80a1d93d7bacc0ef419320295ca1;hp=f6d487328f4605c355ee72b52f1e6b396f720f16;hpb=624e339a169bd96eb01da7288a8904e0d1830e42;p=graph.njae.git diff --git a/lib/graph.njae.rb b/lib/graph.njae.rb index f6d4873..b6dad29 100644 --- a/lib/graph.njae.rb +++ b/lib/graph.njae.rb @@ -1,3 +1,3 @@ -require 'graph/graph' -require 'graph/edge' -require 'graph/vertex' +require 'graph.njae/graph' +require 'graph.njae/edge' +require 'graph.njae/vertex'