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