load_path_find 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +3 -1
- data/VERSION +1 -1
- data/lib/load_path_find.rb +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -24,4 +24,6 @@ And now, even more awesome!
|
|
24
24
|
|
25
25
|
> $LOAD_PATH.add_current!
|
26
26
|
|
27
|
-
.. adds the current path to the start of the <tt>$LOAD_PATH</tt>
|
27
|
+
.. adds the current path to the start of the <tt>$LOAD_PATH</tt>
|
28
|
+
|
29
|
+
And one more clever trick, <tt>Kernel#require_all</tt>, lets you require all matching files.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.4
|
data/lib/load_path_find.rb
CHANGED