Class: Lunar::FuzzyWord
- Inherits:
-
String
- Object
- String
- Lunar::FuzzyWord
- Defined in:
- lib/lunar/fuzzy_word.rb
Overview
Instance Method Summary collapse
Instance Method Details
#partials ⇒ Object
11 12 13 |
# File 'lib/lunar/fuzzy_word.rb', line 11 def partials (1..length).map { |i| self[0, i].downcase } end |