class String

Public Instance Methods

unindent() click to toggle source
# File bin/bluesky, line 11
def unindent
  gsub /^#{self[/\A[ \t]*/]}/, ''
end