4 5 6
# File 'lib/vagrant-libvirt/util/unindent.rb', line 4 def unindent gsub(/^#{scan(/^\s*/).min_by{|l|l.length}}/, "") end