Class: String

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

Instance Method Summary collapse

Instance Method Details

#unindentObject



10
11
12
# File 'lib/opzworks.rb', line 10

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