Module: Gio::Volume
- Defined in:
- lib/gio2/volume.rb
Instance Method Summary collapse
Instance Method Details
#mount(*args, &block) ⇒ Object
20 21 22 23 24 25 26 |
# File 'lib/gio2/volume.rb', line 20 def mount(*args, &block) if args.size.zero? get_mount else mount_raw(*args, &block) end end |
#mount_raw ⇒ Object
19 |
# File 'lib/gio2/volume.rb', line 19 alias_method :mount_raw, :mount |