Add support for Ruby 2.0

This commit is contained in:
mfeckie
2013-04-06 13:23:56 +08:00
parent cb14e48f1d
commit 9c5ecb509a

View File

@@ -14,7 +14,7 @@ class AboutIteration < EdgeCase::Koan
end
end
in_ruby_version("1.9") do
in_ruby_version("1.9", "2.0") do
def as_name(name)
name.to_sym
end