--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "Returns debugging information about the value as a string of comma-separated values in angle brackets with a leading #:" - !ruby/struct:SM::Flow::P body: BigDecimal.new("1234.5678").inspect -> "#<BigDecimal:b7ea1130,'0.12345678E4',8(12)>" - !ruby/struct:SM::Flow::P body: The first part is the address, the second is the value as a string, and the final part ss(mm) is the current number of significant digits and the maximum number of significant digits, respectively. full_name: BigDecimal#inspect is_singleton: false name: inspect params: () visibility: public