Class: Groonga::QueryLog::Replayer::NullOutput

Inherits:
Object
  • Object
show all
Defined in:
lib/groonga/query-log/replayer.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.openObject



122
123
124
125
126
127
128
129
# File 'lib/groonga/query-log/replayer.rb', line 122

def open
  output = new
  if block_given?
    yield(output)
  else
    output
  end
end

Instance Method Details

#puts(string) ⇒ Object



132
133
# File 'lib/groonga/query-log/replayer.rb', line 132

def puts(string)
end