class Kwalify::Parser
alias of YamlParser class
Public Class Methods
new(yaml_str)
click to toggle source
Calls superclass method
Kwalify::YamlParser.new
# File lib/kwalify/yaml-parser.rb, line 863 def initialize(yaml_str) super(yaml_str) #warn "*** class Kwalify::Parser is obsolete. Please use Kwalify::YamlParser instead." end