class EMStatsd::BaseWrapper
Attributes
connection[R]
Public Instance Methods
close()
click to toggle source
# File lib/em_statsd/base_wrapper.rb, line 6 def close connection.close_connection_after_writing end
flush()
click to toggle source
# File lib/em_statsd/base_wrapper.rb, line 10 def flush end
write(_)
click to toggle source
# File lib/em_statsd/base_wrapper.rb, line 14 def write(_) end