class Fluent::LogDeviceIO

def sync=(v)

def sync=(v)
  if @dev.respond_to?(:sync=)
    @dev.sync = v
  else
    super
  end
end