Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_bots.rb

Instance Method Summary collapse

Instance Method Details

#strip_heredocObject



37
38
39
# File 'lib/ruby_bots.rb', line 37

def strip_heredoc
  gsub(/^#{scan(/^[ \t]*(?=\S)/).min}/, ''.freeze)
end