Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/immutabler/template/template.rb

Instance Method Summary collapse

Instance Method Details

#unindentObject



4
5
6
# File 'lib/immutabler/template/template.rb', line 4

def unindent
  gsub(/^#{match(/^\s+/)}/, '')
end