require 'rpa/install' class Install_session < RPA::Install::FullInstaller name "session" version "2.1.10" classification Library build do installdocs %w[HISTORY README TODO VERSION] installexamples "samples" end install do skip_default RunUnitTests end description <<-EOF Session::* offers a set of classes built upon Open3::popen3 for driving external progams via pipes. It offers a significant abstraction over Open3::popen in that the stdout/stderr of each command sent can be deliniated. B