Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/immutabler/template/template.rb
Instance Method Summary collapse
Instance Method Details
#unindent ⇒ Object
4 5 6 |
# File 'lib/immutabler/template/template.rb', line 4 def unindent gsub(/^#{match(/^\s+/)}/, '') end |