# File lib/bundler/dsl.rb, line 166
    def ruby(*args)
      msg = "Ignoring `ruby` directive. This is a feature added to Bundler 1.2.0 \n" \
            "and higher. Please upgrade if you would like to use it. \n\n"
      Bundler.ui.warn msg
    end