# File lib/multiruby.rb, line 230 def self.in_versions_dir Dir.chdir File.join(self.root_dir, "versions") do yield end end