Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/logstash/inputs/nagioscheck.rb
Overview
class LogStash::Inputs::Nagioscheck
Instance Method Summary collapse
Instance Method Details
#split_by_spaces_except_single_quoted ⇒ Object
96 97 98 |
# File 'lib/logstash/inputs/nagioscheck.rb', line 96 def split_by_spaces_except_single_quoted self.split(/\s(?=(?:[^']|'[^']*')*$)/) end |