Class: Chee

Inherits:
Object
  • Object
show all
Extended by:
DSL
Defined in:
lib/Chee.rb,
lib/Chee/version.rb

Defined Under Namespace

Modules: DSL

Constant Summary collapse

Result =
Class.new {
  include Get_Set::DSL
  attr_get_set :exit_status, :out, :err
}
Exit_Error =
Class.new(RuntimeError) {
  include Get_Set::DSL
  attr_get_set :exit_status, :out, :err
}
VERSION =
"0.4.0"

Method Summary

Methods included from DSL

print_data, server, server_array, ssh, ssh_to_all