Top Level Namespace

Constant Summary collapse

CONFIG_DIR =
'application/configs'

Instance Method Summary collapse

Instance Method Details

#unindent(string) ⇒ Object



40
41
42
43
# File 'bin/zf-capify', line 40

def unindent(string)
  indentation = string[/\A\s*/]
  string.strip.gsub(/^#{indentation}/, "")
end