Class: String

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

Instance Method Summary collapse

Instance Method Details

#undentObject



6
7
8
# File 'lib/nv/config.rb', line 6

def undent
  gsub(/^.{#{slice(/^ +/).length}}/, '')
end