mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1dcd9babd4 |
@@ -75,7 +75,17 @@ class AboutJavaInterop < EdgeCase::Koan
|
|||||||
assert_equal __(true), java_string == ruby_string
|
assert_equal __(true), java_string == ruby_string
|
||||||
|
|
||||||
# THINK ABOUT IT:
|
# THINK ABOUT IT:
|
||||||
|
#
|
||||||
# Is there any possible way for this to be more wrong?
|
# Is there any possible way for this to be more wrong?
|
||||||
|
#
|
||||||
|
# SERIOUSLY, THINK ABOUT IT:
|
||||||
|
#
|
||||||
|
# Why do you suppose that Ruby and Java strings compare like that?
|
||||||
|
#
|
||||||
|
# ADVANCED THINK ABOUT IT:
|
||||||
|
#
|
||||||
|
# Is there a way to make Ruby/Java string comparisons commutative?
|
||||||
|
# How would you do it?
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_however_most_methods_returning_strings_return_ruby_strings
|
def test_however_most_methods_returning_strings_return_ruby_strings
|
||||||
@@ -85,5 +95,4 @@ class AboutJavaInterop < EdgeCase::Koan
|
|||||||
assert_equal __(false), java_array.toString.is_a?(java.lang.String)
|
assert_equal __(false), java_array.toString.is_a?(java.lang.String)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user