module LogStashConfig::Config0

Public Instance Methods

_() click to toggle source
# File lib/logstash/config/grammar.rb, line 16
def _
  elements[0]
end
plugin_section() click to toggle source
# File lib/logstash/config/grammar.rb, line 20
def plugin_section
  elements[1]
end