/
/
opt
/
alt
/
ruby22
/
lib64
/
ruby
/
2.2.0
/
rake
/
contrib
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.187
PHP 7.4.33
Dir:
/opt/alt/ruby22/lib64/ruby/2.2.0/rake/contrib
Edit:
/opt/alt/ruby22/lib64/ruby/2.2.0/rake/contrib/rubyforgepublisher.rb
# TODO: Remove in Rake 11 require 'rake/contrib/sshpublisher' module Rake class RubyForgePublisher < SshDirPublisher # :nodoc: all attr_reader :project, :proj_id, :user def initialize(projname, user) super( "#{user}@rubyforge.org", "/var/www/gforge-projects/#{projname}", "html") end end end
Ukuran: 343 B