Method: LogStash::Inputs::FriendlyDurations::ValidatedStruct#to_a
- Defined in:
- lib/logstash/inputs/friendly_durations.rb
#to_a ⇒ Object
12 13 14 |
# File 'lib/logstash/inputs/friendly_durations.rb', line 12 def to_a .nil? ? [true, value] : [false, ] end |