lib/doing/symbol.rb in doing-2.1.4pre vs lib/doing/symbol.rb in doing-2.1.5pre
- old
+ new
@@ -14,7 +14,11 @@
end
def normalize_case
self
end
+
+ def normalize_matching(default = :pattern)
+ to_s.normalize_matching(default)
+ end
end
end