Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-libvirt/action/package_domain.rb

Instance Method Summary collapse

Instance Method Details

#unindentObject



7
8
9
# File 'lib/vagrant-libvirt/action/package_domain.rb', line 7

def unindent
  gsub(/^#{scan(/^\s*/).min_by{|l|l.length}}/, "")
end