Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/corineus.rb

Instance Method Summary collapse

Instance Method Details

#unindentObject



8
9
10
# File 'lib/corineus.rb', line 8

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