D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
ruby
/
psych
/
nodes
/
Filename :
alias.rb
back
Copy
# 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 end end end
Name
Size
Last Modified
Owner
Permissions
Actions
alias.rb
0.482
KB
December 06 2024 2:24:35
root
0644
document.rb
1.782
KB
December 06 2024 2:24:35
root
0644
mapping.rb
1.51
KB
December 06 2024 2:24:35
root
0644
node.rb
1.574
KB
December 06 2024 2:24:35
root
0644
scalar.rb
1.599
KB
December 06 2024 2:24:35
root
0644
sequence.rb
2.001
KB
December 06 2024 2:24:35
root
0644
stream.rb
0.972
KB
December 06 2024 2:24:35
root
0644
2017 © D7net | D704T team