Index: libfacets-ruby-2.7.0/lib/core/facets/string/start_with.rb
===================================================================
--- libfacets-ruby-2.7.0.orig/lib/core/facets/string/start_with.rb	2010-08-20 10:46:12.883840897 +0200
+++ libfacets-ruby-2.7.0/lib/core/facets/string/start_with.rb	2010-08-20 10:49:00.187855432 +0200
@@ -31,7 +31,7 @@
   end
 
   alias_method :starts_with?, :start_with?
-  alias_method :ends_with?  , :ends_with?
+  alias_method :ends_with?  , :end_with?
 
 end
 
