summaryrefslogtreecommitdiff
path: root/spec/ruby/core/integer/constants_spec.rb
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikac.hu>2019-12-31 17:27:24 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 00:27:24 -0800
commit56a74659cc084b8a8e45cf076026be0a6d8660b0 (patch)
treeeec7ec8d9b5cb116d7da520792e921e3b5a89a75 /spec/ruby/core/integer/constants_spec.rb
parent38c35dd22d0d792309873fb5232758646c1f8569 (diff)
Copy-editing NEWS file on "is now warned" messages (#2783)
The phrase "[doing X] is now warned" is not grammatically correct in English as it is lacking an object. We can make these sentences read better by switching to "[doing X] will now display a warning" instead.
Diffstat (limited to 'spec/ruby/core/integer/constants_spec.rb')
0 files changed, 0 insertions, 0 deletions
.rb?id=1cd93f1cdfbe6f7e71b05b3f8e707f21d70e94ba'>Allow DelegateClass() to module_eval given blockJeremy Evans 2019-05-13delegate.rb: don't look for methods on KernelÉtienne Barrié 2019-05-10Fix missing `\A`Kazuhiro NISHIYAMA 2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei 2017-10-21Use caller with length to reduce unused stringskazu 2017-06-24Delegate to `eql?` [Fix GH-1564]nobu 2017-01-06lib/delegate.rb: Specify frozen_string_literal: true.kazu 2016-10-05* lib/delegate.rb: Added missing spaces and Removed needless spaces.hsbt 2015-12-16Add frozen_string_literal: false for all filesnaruse 2015-09-09* lib/delegate.rb: Remove backtrace cleaning for delegated methodszzak 2015-06-13* lib/delegate.rb: [DOC] Update SimpleDelegator example. [ci skip]eregon 2015-04-23* lib/delegate.rb: fix a typo.hsbt 2014-07-26* lib/delegate.rb: split executable code into sample directory.hsbt 2014-05-30* lib/delegate.rb: [DOC] Document raise in Delegator classzzak 2014-05-08* lib/delegate.rb: Fix example of using delegator.ayumin 2014-01-17delegate.rb: keep special methodsnobu 2013-12-04delegate.rb: ignore unset targetnobu 2013-11-21delegate.rb: check if target is setnobu 2013-11-21delegate.rb: try private methods after the targetnobu 2013-11-19delegate.rb: refix r43682nobu 2013-11-15delegate.rb: get rid of global function interferencenobu 2013-07-10* lib/delegate.rb: Add example for __setobj__ and __getobj__zzak