📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 02:55:17
📂
/ (Root)
/
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
optparse
📍 /opt/alt/ruby21/lib64/ruby/2.1.0/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