lib/storazzo/media/mount_point.rb in storazzo-0.5.2 vs lib/storazzo/media/mount_point.rb in storazzo-0.5.7

- old
+ new

@@ -5,9 +5,17 @@ def self.list_local_mount_points() deb "Maybe its abuot time you refactor that method here :)" RicDisk.interesting_mount_points() end + + def self.list_all + RicDisk.interesting_mount_points + end + + def self.list_all_with_type() + list_all.map{|x| [:mount_point_todo_less_generic, x] } + end end end # def writeable? # File.writable?(@local_mountpoint)