Submit
Path:
~
/
/
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
psych
/
visitors
/
File Content:
json_tree.rb
require 'psych/json/ruby_events' module Psych module Visitors class JSONTree < YAMLTree include Psych::JSON::RubyEvents def self.create options = {} emitter = Psych::JSON::TreeBuilder.new class_loader = ClassLoader.new ss = ScalarScanner.new class_loader new(emitter, ss, options) end def accept target if target.respond_to?(:encode_with) dump_coder target else send(@dispatch_cache[target.class], target) end end end end end
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
depth_first.rb
596 bytes
0644
emitter.rb
1452 bytes
0644
json_tree.rb
557 bytes
0644
to_ruby.rb
10522 bytes
0644
visitor.rb
329 bytes
0644
yaml_tree.rb
14947 bytes
0644
N4ST4R_ID | Naxtarrr