load_path_find 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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