Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/nv/config.rb
Instance Method Summary collapse
Instance Method Details
#undent ⇒ Object
6 7 8 |
# File 'lib/nv/config.rb', line 6 def undent gsub(/^.{#{slice(/^ +/).length}}/, '') end |