Method: String#strip_heredoc

Defined in:
lib/fat_table/patches.rb

#strip_heredocObject



39
40
41
42
# File 'lib/fat_table/patches.rb', line 39

def strip_heredoc
  indent = chomp.scan(/^\s*/).min.size
  gsub(/^\s{#{indent}}/, '')
end