Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/rack/simple_csrf.rb
Instance Method Summary collapse
Instance Method Details
#strip_heredoc(offset = 0) ⇒ Object
5 6 7 |
# File 'lib/rack/simple_csrf.rb', line 5 def strip_heredoc(offset = 0) gsub(/^[ \t]{#{(scan(/^[ \t]*(?=\S)/).min || "").size}}/, offset = "\s" * (offset || 0)) end |