Class: String

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

Instance Method Summary collapse

Instance Method Details

#unindentObject



38
39
40
# File 'lib/hanzo.rb', line 38

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