kyanite 0.5.3 → 0.5.4
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +2 -0
- data/lib/kyanite/enumerable/structure.rb +5 -1
- data/lib/kyanite.rb +1 -1
- metadata +1 -1
data/History.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# ruby encoding: utf-8
|
2
|
-
|
2
|
+
# ü
|
3
|
+
if $0 == __FILE__
|
4
|
+
require File.join(File.dirname(__FILE__), '..', '..', '..', 'smart_load_path.rb' )
|
5
|
+
smart_load_path
|
6
|
+
end
|
3
7
|
|
4
8
|
require 'kyanite/general/object'
|
5
9
|
require 'kyanite/array/array'
|
data/lib/kyanite.rb
CHANGED