Class: String

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

Instance Method Summary collapse

Instance Method Details

#undentObject



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

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