зеркало из https://github.com/github/aws-s3.git
Merge branch 'harrylove/master'
This commit is contained in:
Коммит
235bc186b6
|
@ -127,7 +127,7 @@ end
|
|||
module Kernel
|
||||
def __method__(depth = 0)
|
||||
caller[depth][/`([^']+)'/, 1]
|
||||
end if RUBY_VERSION < '1.8.7'
|
||||
end if RUBY_VERSION <= '1.8.7'
|
||||
|
||||
def __called_from__
|
||||
caller[1][/`([^']+)'/, 1]
|
||||
|
|
|
@ -139,7 +139,7 @@ class KerneltExtensionsTest < Test::Unit::TestCase
|
|||
assert_equal 'foo', b.foo
|
||||
assert_equal 'bar', b.bar
|
||||
end
|
||||
end if RUBY_VERSION < '1.8.7'
|
||||
end if RUBY_VERSION <= '1.8.7'
|
||||
|
||||
class ModuleExtensionsTest < Test::Unit::TestCase
|
||||
class Foo
|
||||
|
|
Загрузка…
Ссылка в новой задаче