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