class String

Public Instance Methods

ncd(b) click to toggle source
# File lib/ncd.rb, line 22
def ncd(b)
  NCD.distance(self, b)
end