Class: String

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

Instance Method Summary collapse

Instance Method Details

#unindentObject



12
13
14
# File 'lib/opzworks.rb', line 12

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