1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core
NAKAMURA Usaku 204dc3f39f Revert "Should return "." for File.extname("file.") also on Windows"
We want to introduce consistency and better compatibility with unixen,
but the Windows APIs doues not have consistency fundamentally and
we can not found any logical way...

This reverts commit 61aff0cd18.
2019-12-23 11:54:25 +09:00
..
argf Fixed misspellings 2019-12-20 09:32:42 +09:00
array Update to ruby/spec@dcf4955 2019-12-01 14:11:42 +01:00
basicobject
binding
builtin_constants
class
comparable
complex
data
dir
encoding
enumerable
enumerator
env Fixed misspellings 2019-12-20 09:32:42 +09:00
exception Makes the receiver to FrozenError.new a keyword parameter 2019-12-20 14:18:20 +09:00
false
fiber
file Revert "Should return "." for File.extname("file.") also on Windows" 2019-12-23 11:54:25 +09:00
filetest
float
gc
hash
integer Fixed misspellings 2019-12-20 09:32:42 +09:00
io
kernel Add spec for capturing Kernel#lambda with Kernel#method 2019-12-21 09:08:52 -05:00
main
marshal
matchdata
math
method
module Fixed misspellings 2019-12-20 09:32:42 +09:00
mutex
nil
numeric
objectspace
proc
process Make more attempts to check for the precision of Process.times 2019-12-02 21:23:10 +01:00
queue
random
range
rational
regexp Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)" 2019-12-04 06:40:54 +09:00
signal
sizedqueue
string Fixed misspellings 2019-12-20 09:32:42 +09:00
struct
symbol
systemexit
thread Move version guard outside to make it clear the method was added in Ruby 2.5 2019-12-22 11:39:22 +01:00
threadgroup
time Fixed misspellings 2019-12-20 09:32:42 +09:00
tracepoint
true
unboundmethod
warning