Method: Arver::Partition#to_yaml

Defined in:
lib/arver/partition.rb

#to_yamlObject



23
24
25
26
27
28
# File 'lib/arver/partition.rb', line 23

def to_yaml
  yaml = ""
  yaml += "'device': '#{device}'\n"
  yaml += script_hooks_to_yaml
  yaml.chop
end