class String

Public Instance Methods

endwith(s) click to toggle source
# File lib/lemmatizer/core_ext.rb, line 3
def endwith(s)
  self =~ /#{s}$/
end