aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tempfile.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/tempfile] Improve the documentation for Tempfile.create and recommend T...Benoit Daloze2020-10-051-15/+34
* [ruby/tempfile] Revert Tempfile.open unlinking the fileJeremy Evans2020-09-091-1/+8
* Sync with ruby/tempfile@aa9ea12d94a905161cbd79af1ad9ab427f250f4eBenoit Daloze2020-08-291-1/+1
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-4/+0
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-3/+3
* Fix Tempfile.open to correctly pass keywords to Tempfile.newJeremy Evans2019-09-061-2/+2
* Fix keyword argument separation issues in libJeremy Evans2019-08-301-2/+2
* Try to avoid `not delagated` errorKazuhiro NISHIYAMA2019-07-031-1/+1
* Enhance Tempfile docs [ci skip]nobu2018-12-161-11/+11
* No document of Tempfile::Remover [ci skip]nobu2018-12-141-1/+1
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-121-3/+3
* tempfile.rb: [DOC] all arguments [ci skip]nobu2017-10-171-1/+2
* Layout fixes in rdoc of lib/tempfile.rb [ci skip]nobu2017-10-161-2/+2
* tempfile.rb: do not call File.identical? on closed streamnobu2017-05-191-3/+5
* tempfile.rb: remove in Tempfile.createnobu2017-05-191-1/+9
* Fix bug of Tempfile#size if nothing is written [Bug #13198]glass2017-03-141-1/+1
* lib/tempfile.rb: Specify frozen_string_literal: true.kazu2017-01-211-1/+1
* lib/*: remove closed checksnormal2016-11-211-3/+3
* * lib/tempfile.rb: provide default basename parametersonots2016-09-261-1/+1
* Fix doc with default value with GH-523nobu2016-01-271-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/tempfile.rb: Fix typo. [fix GH-933] Patch by @Zorbashhsbt2015-06-131-3/+3
* * lib/tempfile.rb (Remover#call): fixed wrong condition introduced atusa2015-05-301-1/+1
* * lib/tempfile.rb (Tempfile#initialize): initialize @unlinked to fixusa2015-05-301-0/+1
* * lib/tempfile.rb: refactoring.glass2015-05-301-55/+29
* * lib/tempfile.rb: provide default basename parameter.hsbt2015-01-041-1/+1
* tempfile.rb: fix r47655nobu2014-09-211-4/+4
* * lib/tempfile.rb: define parameters appropriately and someglass2014-09-201-26/+10
* * lib/tempfile.rb: remove "require 'thread'". its features are noglass2014-08-271-1/+0
* lib/tempfile.rb: include doc of Tempfile.opennobu2014-08-111-1/+2
* * lib/tempfile.rb: split executable code into sample directory.hsbt2014-07-231-10/+0
* * lib/tempfile.rb (Tempfile#inspect): Show "(closed)" if the tempfileakr2014-05-271-1/+5
* tempfile.rb: get rid of warningsnobu2013-11-211-1/+1
* tempfile.rb: undefine finalizer on unlinknobu2013-10-011-1/+1
* * lib/tempfile.rb: nodoc Tempfile#inspectzzak2013-05-191-1/+1
* * lib/tempfile.rb (Tempfile.create): Close when the block exits.akr2013-04-201-0/+1
* * lib/tempfile.rb (Tempfile.create): New method.akr2013-04-201-0/+45
* * lib/tempfile.rb: fix confusing inspect.glass2012-11-061-0/+4
* * lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Justknu2012-02-011-16/+17
* * lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] evennagachika2012-01-091-4/+7
* * lib/tempfile.rb (Tempfile#initialize): warn if a block is given.akr2011-12-231-0/+3
* * lib/tempfile.rb: don't use lock directory. [ruby-dev:39197]akr2011-12-041-24/+2
* fix a typo.akr2011-12-041-1/+1
* * lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.akr2011-12-041-1/+0
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-261-1/+1
* * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backwardnobu2011-05-241-11/+14
* * lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.nobu2011-05-241-7/+10
* * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): internal methods to be overridden...nobu2011-05-241-8/+2
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-1/+1
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-7/+7