Method: Kaiser::Kaiserfile#attach_mount

Defined in:
lib/kaiser/kaiserfile.rb

#attach_mount(from, to) ⇒ Object



55
56
57
# File 'lib/kaiser/kaiserfile.rb', line 55

def attach_mount(from, to)
  attach_mounts << [from, to]
end