Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-libvirt/util/unindent.rb

Instance Method Summary collapse

Instance Method Details

#unindentObject



4
5
6
# File 'lib/vagrant-libvirt/util/unindent.rb', line 4

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