Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/ruby_bots.rb
Instance Method Summary collapse
Instance Method Details
#strip_heredoc ⇒ Object
37 38 39 |
# File 'lib/ruby_bots.rb', line 37 def strip_heredoc gsub(/^#{scan(/^[ \t]*(?=\S)/).min}/, ''.freeze) end |