# File lib/ramaze/setup.rb, line 61
    def run(&block)
      return unless block_given?
      instance_eval(&block)
      setup
    end