Class: String

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

Instance Method Summary collapse

Instance Method Details

#unindentObject



54
55
56
# File 'lib/hanzo.rb', line 54

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