# File lib/rvm/environment/sets.rb, line 31 def rake(file = nil, options = {}) if file.nil? perform_set_operation :rake, options else file = File.expand_path(file) chdir(File.dirname(file)) do perform_set_operation(:rake, options.merge(:rakefile => file)) end end end