Method: String#strip_heredoc

Defined in:
lib/ruby-jmeter/helpers/strip-heredoc.rb

#strip_heredocObject



2
3
4
# File 'lib/ruby-jmeter/helpers/strip-heredoc.rb', line 2

def strip_heredoc
  gsub /^#{self[/\A\s*/]}/, ''
end