mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-21 01:03:20 -04:00
Fixed discrepancy between results for obj.methods in 1.8 v. 1.9
(String v. Symbol) and what looked to be a typo.
This commit is contained in:
@@ -126,7 +126,7 @@ class AboutClasses < EdgeCase::Koan
|
||||
# Why is this so?
|
||||
end
|
||||
|
||||
def test_different_objects_have_difference_instance_variables
|
||||
def test_different_objects_have_different_instance_variables
|
||||
fido = Dog6.new("Fido")
|
||||
rover = Dog6.new("Rover")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user