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