📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 12:06:36
📂
/ (Root)
/
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
getoptlong-0.2.1
/
sample
/
getoptlong
📍 /opt/alt/ruby34/share/gems/gems/getoptlong-0.2.1/sample/getoptlong
🔄 Refresh
✏️
Editing: abbrev.rb
Read Only
require 'getoptlong' options = GetoptLong.new( ['--xxx', GetoptLong::NO_ARGUMENT], ['--xyz', GetoptLong::NO_ARGUMENT] ) options.each do |option, argument| p [option, argument] end
💾 Save Changes
❌ Cancel