Class: TuiTui::Fuzzy::Match
- Inherits:
-
Data
- Object
- Data
- TuiTui::Fuzzy::Match
- Defined in:
- lib/tui_tui/fuzzy.rb
Instance Attribute Summary collapse
-
#positions ⇒ Object
readonly
Returns the value of attribute positions.
-
#score ⇒ Object
readonly
Returns the value of attribute score.
Instance Attribute Details
#positions ⇒ Object (readonly)
Returns the value of attribute positions
6 7 8 |
# File 'lib/tui_tui/fuzzy.rb', line 6 def positions @positions end |
#score ⇒ Object (readonly)
Returns the value of attribute score
6 7 8 |
# File 'lib/tui_tui/fuzzy.rb', line 6 def score @score end |