class KongSchema::Reporter::YAMLPrettyPrinter
Print objects as YAML
Public Class Methods
print(object)
click to toggle source
# File lib/kong_schema/reporter.rb, line 49 def self.print(object) YAML.dump(object) end