mightystring 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,10 +2,6 @@
|
|
2
2
|
# by Daniel P. Clark
|
3
3
|
# webmaster@6ftdan.com
|
4
4
|
|
5
|
-
# BUMP > after find_all was depreciated from Ruby 1.8.7 this didn't work.
|
6
|
-
# And it turns out this is a lot simpler then expected.
|
7
|
-
# Here for backwards compatibility.
|
8
|
-
|
9
5
|
# Match Partial Case-Insensitive
|
10
6
|
module Match_PCI
|
11
7
|
module String
|
@@ -61,7 +61,7 @@ module MightyString
|
|
61
61
|
end
|
62
62
|
|
63
63
|
def self.math_by_space
|
64
|
-
|
64
|
+
false # TODO FIXME exceptions get past a href 12-12-12
|
65
65
|
end
|
66
66
|
|
67
67
|
# End define generic rules ***
|
data/lib/mightystring/version.rb
CHANGED