class GroongaQueryLog::Replayer::NullOutput
Public Class Methods
open() { |output| ... }
click to toggle source
# File lib/groonga-query-log/replayer.rb, line 147 def open output = new if block_given? yield(output) else output end end
Public Instance Methods
flush()
click to toggle source
# File lib/groonga-query-log/replayer.rb, line 163 def flush end
print(string)
click to toggle source
# File lib/groonga-query-log/replayer.rb, line 160 def print(string) end
puts(string)
click to toggle source
# File lib/groonga-query-log/replayer.rb, line 157 def puts(string) end