class String
Public Instance Methods
Source
# File lib/vagrant-libvirt/util/unindent.rb, line 4 def unindent gsub(/^#{scan(/^\s*/).min_by{|l|l.length}}/, "") end
# File lib/vagrant-libvirt/util/unindent.rb, line 4 def unindent gsub(/^#{scan(/^\s*/).min_by{|l|l.length}}/, "") end