module GlimmerSupersedable
        def method_missing(method_name, *args, &block)
          # TODO Consider supporting a glimmer error silencing option for methods defined here
          # but fail the glimmer DSL for the right reason to avoid seeing noise in the log output
          if block && can_handle_listener?(method_name)