Module: TextChecker::Multiline
- Defined in:
- lib/options/multiline.rb
Class Method Summary collapse
Class Method Details
.apply(text) ⇒ Object
2 3 4 |
# File 'lib/options/multiline.rb', line 2 def self.apply(text) text.gsub("\r\n", "\n").chomp end |