lib/muflax/string.rb in muflax-0.5.1 vs lib/muflax/string.rb in muflax-0.5.2
- old
+ new
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# -*- encoding: utf-8 -*-
-# Copyright muflax <mail@muflax.com>, 2013
+# Copyright Steffie Dorn <mail@muflax.com>, 2013
# License: GNU GPL 3 <http://www.gnu.org/copyleft/gpl.html>
class String
alias :starts_with? :start_with?
alias :ends_with? :end_with?