class Train::Extras::AixFile

Public Instance Methods

mounted() click to toggle source
# File lib/train/extras/file_aix.rb, line 15
def mounted
  @mounted ||=
    @backend.run_command("lsfs -c #{@spath}")
end