# File lib/listen/listener.rb, line 48
    def start(deprecated_blocking = nil)
      Kernel.warn "[Listen warning]:\n#{BLOCKING_PARAMETER_DEPRECATION_MESSAGE}" unless deprecated_blocking.nil?
      setup
      adapter.start
    end