method
yaml_tag
v2_6_3 -
Show latest stable
- Class:
Object
yaml_tag(url)public
No documentation available.
# File ext/psych/lib/psych/core_ext.rb, line 3
def self.yaml_tag url
Psych.add_tag(url, self)
end yaml_tag(url)No documentation available.
# File ext/psych/lib/psych/core_ext.rb, line 3
def self.yaml_tag url
Psych.add_tag(url, self)
end