class Shear::WordCollection::ReadString

Attributes

confidence[R]
string[R]

Public Class Methods

new(_string, _confidence) click to toggle source
# File lib/shear/word_collection.rb, line 9
def initialize(_string, _confidence)
  @string = _string
  @confidence = _confidence
end

Public Instance Methods

to_s() click to toggle source
# File lib/shear/word_collection.rb, line 14
def to_s
  @string
end