Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/core/string.rb

Instance Method Summary collapse

Instance Method Details

#unindentObject



2
3
4
# File 'lib/core/string.rb', line 2

def unindent
  gsub(/^#{self[/\A\s*/]}/, '')
end