class String

Public Instance Methods

unindent() click to toggle source
# File lib/immutabler/template/template.rb, line 4
def unindent
  gsub(/^#{match(/^\s+/)}/, '')
end