# File lib/facets/core/string/starts_with.rb, line 7 def starts_with?(str) self.index( str ) == 0 end