Class: GroongaQueryLog::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



127
128
129
130
131
132
133
134
# File 'lib/groonga-query-log/replayer.rb', line 127

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

Instance Method Details

#puts(string) ⇒ Object



137
138
# File 'lib/groonga-query-log/replayer.rb', line 137

def puts(string)
end