📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 18:44:51
📂
/ (Root)
/
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
1.8
/
optparse
📍 /opt/alt/ruby18/lib64/ruby/1.8/optparse
🔄 Refresh
✏️
Editing: time.rb
Read Only
require 'optparse' require 'time' OptionParser.accept(Time) do |s,| begin (Time.httpdate(s) rescue Time.parse(s)) if s rescue raise OptionParser::InvalidArgument, s end end
💾 Save Changes
❌ Cancel