# File lib/bacon.rb, line 137
    def run
      return  unless name =~ RestrictContext
      Bacon.handle_specification(name) { instance_eval(&block) }
      self
    end