Class: Linguist::AlwaysMatch

Inherits:
Object
  • Object
show all
Defined in:
lib/linguist/heuristics.rb

Instance Method Summary collapse

Instance Method Details

#match?(input) ⇒ Boolean

Returns:

  • (Boolean)


155
156
157
# File 'lib/linguist/heuristics.rb', line 155

def match?(input)
  return true
end