module Concurrent::SerialExecutorService

def serialized?

Other tags:
    Note: - Always returns `true`
def serialized?
  true
end