aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tempfile.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/tempfile] Bump up 0.2.1Hiroshi SHIBATA2023-12-051-1/+1
* [ruby/tempfile] Alias #to_s to #inspectAkshay Birajdar2023-12-051-0/+1
* [ruby/tempfile] Make Tempfile#open return the underlying FileJeremy Evans2023-11-081-0/+1
* * remove trailing spaces. [ci skip]git2023-11-081-1/+1
* [ruby/tempfile] Fix Tempfile#{dup,clone}Jeremy Evans2023-11-081-18/+54
* [ruby/tempfile] Bump up 0.2.0Hiroshi SHIBATA2023-11-071-1/+1
* [ruby/tempfile] Expose Tempfile::VERSIONHiroshi SHIBATA2023-04-131-0/+2
* [ruby/tempfile] Fix inconsistency in doc of Tempfile.createSven Schwyn2023-02-271-1/+1
* [DOC] Replace the external URIs to docs with rdoc-refNobuyoshi Nakada2022-10-121-9/+9
* [ruby/tempfile] Enhanced RDoc for ::new and ::create (https://github.com/ruby...Burdette Lamar2022-05-201-48/+97
* Small grammar fixesStan Lo2021-09-011-3/+3
* [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