module Gio::Volume

Public Instance Methods

mount(*args, &block) click to toggle source
# File lib/gio2/volume.rb, line 20
def mount(*args, &block)
  if args.size.zero?
    get_mount
  else
    mount_raw(*args, &block)
  end
end
Also aliased as: mount_raw
mount_raw(*args, &block)
Alias for: mount