Flowdock
method

create

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: ToRuby
create() 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/to_ruby.rb, line 15
      def self.create
        class_loader = ClassLoader.new
        scanner      = ScalarScanner.new class_loader
        new(scanner, class_loader)
      end
Register or log in to add new notes.