Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/lemmatizer/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#endwith(s) ⇒ Object
3 4 5 |
# File 'lib/lemmatizer/core_ext.rb', line 3 def endwith(s) self =~ /#{s}$/ end |