Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /opt/alt/ruby27/share/gems/gems/psych-3.1.0/lib/psych/nodes//alias.rb
# frozen_string_literal: true
module Psych
module Nodes
###
# This class represents a {YAML Alias}[http://yaml.org/spec/1.1/#alias].
# It points to an +anchor+.
#
# A Psych::Nodes::Alias is a terminal node and may have no children.
class Alias < Psych::Nodes::Node
# The anchor this alias links to
attr_accessor :anchor
# Create a new Alias that points to an +anchor+
def initialize anchor
@anchor = anchor
end
def alias?; true; end
end
end
end
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | March 03 2024 22:47:25 | root / linksafe | 0755 | |
| | | | | |
alias.rb | 0.511 KB | June 06 2023 14:54:34 | root / linksafe | 0644 | |
document.rb | 1.813 KB | June 06 2023 14:54:34 | root / linksafe | 0644 | |
mapping.rb | 1.54 KB | June 06 2023 14:54:34 | root / linksafe | 0644 | |
node.rb | 1.763 KB | June 06 2023 14:54:34 | root / linksafe | 0644 | |
scalar.rb | 1.628 KB | June 06 2023 14:54:34 | root / linksafe | 0644 | |
sequence.rb | 2.032 KB | June 06 2023 14:54:34 | root / linksafe | 0644 | |
stream.rb | 1.001 KB | June 06 2023 14:54:34 | root / linksafe | 0644 | |