D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
gems
/
1.8
/
doc
/
rack-1.6.1
/
ri
/
Rack
/
Utils
/
OkJson
/
Filename :
cdesc-OkJson.yaml
back
Copy
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: [] comment: - !ruby/struct:SM::Flow::P body: Some parts adapted from https://golang.org/src/encoding/json/decode.go and https://golang.org/src/unicode/utf8/utf8.go constants: - !ruby/object:RI::Constant comment: name: Upstream value: "'43'" - !ruby/object:RI::Constant comment: name: Utagx value: 0b1000_0000 - !ruby/object:RI::Constant comment: name: Utag2 value: 0b1100_0000 - !ruby/object:RI::Constant comment: name: Utag3 value: 0b1110_0000 - !ruby/object:RI::Constant comment: name: Utag4 value: 0b1111_0000 - !ruby/object:RI::Constant comment: name: Utag5 value: 0b1111_1000 - !ruby/object:RI::Constant comment: name: Umaskx value: 0b0011_1111 - !ruby/object:RI::Constant comment: name: Umask2 value: 0b0001_1111 - !ruby/object:RI::Constant comment: name: Umask3 value: 0b0000_1111 - !ruby/object:RI::Constant comment: name: Umask4 value: 0b0000_0111 - !ruby/object:RI::Constant comment: name: Uchar1max value: (1<<7) - 1 - !ruby/object:RI::Constant comment: name: Uchar2max value: (1<<11) - 1 - !ruby/object:RI::Constant comment: name: Uchar3max value: (1<<16) - 1 - !ruby/object:RI::Constant comment: name: Ucharerr value: "0xFFFD" - !ruby/object:RI::Constant comment: name: Ustrerr value: "\"\\xef\\xbf\\xbd\"" - !ruby/object:RI::Constant comment: name: Usurrself value: "0x10000" - !ruby/object:RI::Constant comment: name: Usurr1 value: "0xd800" - !ruby/object:RI::Constant comment: name: Usurr2 value: "0xdc00" - !ruby/object:RI::Constant comment: name: Usurr3 value: "0xe000" - !ruby/object:RI::Constant comment: name: Spc value: "' '[0]" - !ruby/object:RI::Constant comment: name: Unesc value: "{?b=>?\\b, ?f=>?\\f, ?n=>?\\n, ?r=>?\\r, ?t=>?\\t}" full_name: Rack::Utils::OkJson includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: decode - !ruby/object:RI::MethodSummary name: encode - !ruby/object:RI::MethodSummary name: valenc name: OkJson superclass: