class String

Public Instance Methods

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