kyanite 0.7.0 → 0.7.1
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/lib/kyanite.rb +1 -1
- data/lib/kyanite/enumerable/structure.rb +1 -1
- data/lib/kyanite/string/chars_const.rb +1 -1
- data/lib/kyanite/string/split.rb +1 -1
- data/test/array/test_array.rb +1 -1
- data/version.rb +1 -1
- metadata +1 -1
data/lib/kyanite.rb
CHANGED
@@ -92,7 +92,7 @@
|
|
92
92
|
# [Kyanite definitions] {Optimizer}
|
93
93
|
# [Kyanite tests and examples] {TestKyaniteOptimizer}
|
94
94
|
#
|
95
|
-
#
|
95
|
+
# Find objects with min or max score.
|
96
96
|
# Each object is written to the Optimizer by a +push+ command, together with it's score.
|
97
97
|
# +content_max+ and +content_min+ result the object with the highest / lowest score.
|
98
98
|
# The access to the second and third objects is possible by deleting objects with
|
data/lib/kyanite/string/split.rb
CHANGED
data/test/array/test_array.rb
CHANGED
data/version.rb
CHANGED