summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-14 15:41:45 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-14 15:54:19 +0900
commitf2d99fd8209058e75d5d1c56d179509c06486107 (patch)
tree8589897d2e4a329d2b25c23f694d87183eec8573 /doc
parent3163a07878dfcefe7914067e58de78049b056624 (diff)
[DOC] Fix indent [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS-2.6.024
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/NEWS-2.6.0 b/doc/NEWS-2.6.0
index 18eaa1a403..4ad4b0864f 100644
--- a/doc/NEWS-2.6.0
+++ b/doc/NEWS-2.6.0
@@ -352,24 +352,24 @@ BigDecimal::
Modified methods::
- * BigDecimal() accepts the new keyword "exception:" similar to Float().
+ * BigDecimal() accepts the new keyword "exception:" similar to Float().
Note for the differences among recent versions::
- You should want to know the differences among recent versions of bigdecimal.
- Please select the suitable version of bigdecimal according to the following
- information.
+ You should want to know the differences among recent versions of bigdecimal.
+ Please select the suitable version of bigdecimal according to the following
+ information.
- * 1.3.5 has BigDecimal.new without "exception:" keyword. You can see the
- deprecation warning of BigDecimal.new when you specify "-w" option.
- BigDecimal(), BigDecimal.new, and Object#to_d methods are the same.
+ * 1.3.5 has BigDecimal.new without "exception:" keyword. You can see the
+ deprecation warning of BigDecimal.new when you specify "-w" option.
+ BigDecimal(), BigDecimal.new, and Object#to_d methods are the same.
- * 1.4.0 has BigDecimal.new with "exception:" keyword. You always see the
- deprecation warning of BigDecimal.new. Object#to_d method is different
- from BigDecimal() and BigDecimal.new.
+ * 1.4.0 has BigDecimal.new with "exception:" keyword. You always see the
+ deprecation warning of BigDecimal.new. Object#to_d method is different
+ from BigDecimal() and BigDecimal.new.
- * 2.0.0 will be released soon after releasing Ruby 2.6.0. This version
- will not have the BigDecimal.new method.
+ * 2.0.0 will be released soon after releasing Ruby 2.6.0. This version
+ will not have the BigDecimal.new method.
Bundler::