lib/storazzo/media/mount_point.rb in storazzo-0.4.10 vs lib/storazzo/media/mount_point.rb in storazzo-0.5.0

- old
+ new

@@ -1,16 +1,15 @@ # TODO module Storazzo::Media - class Storazzo::Media::MountPoint < Storazzo::Media::AbstractRicDisk - #puts "[REMOVEME] Storazzo::Media::MountPoint being read. REMOVEME when you see this :)" + class Storazzo::Media::MountPoint < Storazzo::Media::AbstractRicDisk + # puts "[REMOVEME] Storazzo::Media::MountPoint being read. REMOVEME when you see this :)" - - def self.list_local_mount_points() - deb "Maybe its abuot time you refactor that method here :)" - RicDisk.interesting_mount_points() - end + def self.list_local_mount_points() + deb "Maybe its abuot time you refactor that method here :)" + RicDisk.interesting_mount_points() end + end end # def writeable? -#File.writable?(@local_mountpoint) -#end \ No newline at end of file +# File.writable?(@local_mountpoint) +# end