Class: String

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

Instance Method Summary collapse

Instance Method Details

#unindentObject



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

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