Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/opsworks.rb
Instance Method Summary collapse
Instance Method Details
#unindent ⇒ Object
8 9 10 |
# File 'lib/opsworks.rb', line 8 def unindent gsub(/^#{self[/\A\s*/]}/, '') end |