module LogStashConfig::Hashentries0

Public Instance Methods

hashentry() click to toggle source
# File lib/logstash/config/grammar.rb, line 1662
def hashentry
  elements[1]
end
whitespace() click to toggle source
# File lib/logstash/config/grammar.rb, line 1658
def whitespace
  elements[0]
end