Class: Nosy::Hunter
- Inherits:
-
Object
- Object
- Nosy::Hunter
- Defined in:
- lib/nosy/hunter.rb
Instance Method Summary collapse
Instance Method Details
#hunt ⇒ Object
5 6 7 8 9 10 11 12 13 14 |
# File 'lib/nosy/hunter.rb', line 5 def hunt if RUBY_PLATFORM =~ /darwin/ Dir[File.join("#{Dir.home}/Library/Application Support/MobileSync/Backup", "*")].select{|file| File.ftype(file) == "directory"}.each do |folder| if Nosy.can_parse?(folder+"/3d0d7e5fb2ce288813306e4d4636395e047a3d28") return "#{folder}/3d0d7e5fb2ce288813306e4d4636395e047a3d28" end end end end |