Flowdock
method

create

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: JSONTree
create(options = {}) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/psych/lib/psych/visitors/json_tree.rb, line 9
      def self.create options = {}
        emitter = Psych::JSON::TreeBuilder.new
        class_loader = ClassLoader.new
        ss           = ScalarScanner.new class_loader
        new(emitter, ss, options)
      end
Register or log in to add new notes.