class String

Public Instance Methods

unindent() click to toggle source
# File lib/opsworks.rb, line 8
def unindent
  gsub(/^#{self[/\A\s*/]}/, '')
end