Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/vagrant-libvirt/util/unindent.rb
Instance Method Summary collapse
Instance Method Details
#unindent ⇒ Object
4 5 6 |
# File 'lib/vagrant-libvirt/util/unindent.rb', line 4 def unindent gsub(/^#{scan(/^\s*/).min_by{|l|l.length}}/, "") end |