Sha256: 0c18619013a7bc2b0bfd57eed86c7cb807c7f320833cf62bbd128e8885a08319
Contents?: true
Size: 761 Bytes
Versions: 1
Compression:
Stored size: 761 Bytes
Contents
# frozen_string_literal: true # TODO module Storazzo module Media module Storazzo module Media class 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_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 end end end # def writeable? # File.writable?(@local_mountpoint) # end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
storazzo-0.6.1 | lib/storazzo/media/mount_point.rb |