Top Level Namespace
Instance Method Summary collapse
Instance Method Details
#unindent(string) ⇒ Object
32 33 34 35 |
# File 'bin/cap-drupal', line 32 def unindent(string) indentation = string[/\A\s*/] string.strip.gsub(/^#{indentation}/, "") end |