Module: Subs::HashSearcher
- Included in:
- OpenSubtitles, SubDB
- Defined in:
- lib/subs/providers/provider.rb
Instance Method Summary collapse
Instance Method Details
#compute_hash(path) ⇒ Object
30 31 |
# File 'lib/subs/providers/provider.rb', line 30 def compute_hash(path) end |
#hash_search(path, *languages) ⇒ Object
33 34 35 |
# File 'lib/subs/providers/provider.rb', line 33 def hash_search(path, *languages) Array.new end |