class Mount::Command::RedHat
Public Instance Methods
install(package)
click to toggle source
# File lib/mount/command/redhat.rb, line 4 def install(package) cmd = "yum -y install #{package}" end
# File lib/mount/command/redhat.rb, line 4 def install(package) cmd = "yum -y install #{package}" end