class String
Public Instance Methods
undent()
click to toggle source
# File lib/nv/config.rb, line 6 def undent gsub(/^.{#{slice(/^ +/).length}}/, '') end
# File lib/nv/config.rb, line 6 def undent gsub(/^.{#{slice(/^ +/).length}}/, '') end