Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/dsl/commands/string.rb

Instance Method Summary collapse

Instance Method Details

#unindent_heredocObject



2
3
4
# File 'lib/dsl/commands/string.rb', line 2

def unindent_heredoc
  gsub(/^#{scan(/^\s*/).min_by{|l|l.length}}/, "")
end