class SandBox

def ruby_build_installed?

def ruby_build_installed?
  command_exists_on_path?(@ruby_build_cmd)
end