📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 08:52:16
📂
/ (Root)
/
opt
/
alt
/
ruby30
/
share
/
rubygems
/
rubygems
/
optparse
/
lib
/
optparse
📍 /opt/alt/ruby30/share/rubygems/rubygems/optparse/lib/optparse
🔄 Refresh
✏️
Editing: time.rb
Read Only
# frozen_string_literal: false require 'rubygems/optparse/lib/optparse' require 'time' Gem::OptionParser.accept(Time) do |s,| begin (Time.httpdate(s) rescue Time.parse(s)) if s rescue raise Gem::OptionParser::InvalidArgument, s end end
💾 Save Changes
❌ Cancel