Sha256: abfb6076d79a8274f501e17a3dd946c38943f44249c2d5c391424e1d6b0ad24f
Contents?: true
Size: 375 Bytes
Versions: 6
Compression:
Stored size: 375 Bytes
Contents
require 'logical-construct/target/platforms/virtualbox' module LogicalConstruct module VirtualBox class Volume < Default::Volume def define Mattock::CommandTask.new(self) do |task| task.command = Mattock::CommandLine.new("mount") do |mount| mount.options = [device, mountpoint] end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems