Methods
Class Public methods
create(options = {})
Link
Source: show
# File ext/psych/lib/psych/visitors/json_tree.rb, line 8 def self.create options = {} emitter = Psych::JSON::TreeBuilder.new class_loader = ClassLoader.new ss = ScalarScanner.new class_loader new(emitter, ss, options) end
Instance Public methods