Class: Bixby::Provision::Ruby

Inherits:
Base
  • Object
show all
Defined in:
lib/bixby/provision/dsl/ruby.rb

Constant Summary collapse

EXPORTS =
[:gem]

Constants inherited from Base

Base::PATH

Instance Attribute Summary

Attributes inherited from Base

#manifest, #proxy

Instance Method Summary collapse

Methods inherited from Base

#get_gid, #get_group, #get_uid, #get_user, #initialize, #tap

Methods included from Util::File

#chmod, #chown, #sha256sum, #which

Constructor Details

This class inherits a constructor from Bixby::Provision::Base

Instance Method Details

#gem(name, opts = {}) ⇒ Object



13
14
# File 'lib/bixby/provision/dsl/ruby.rb', line 13

def gem(name, opts={})
end

#install(opts = {}) ⇒ Object



9
10
11
# File 'lib/bixby/provision/dsl/ruby.rb', line 9

def install(opts={})
  logger.info "ruby.install"
end