Wrong class name from AboutMethods to AboutKeywordArguments

This commit is contained in:
Steven Ndaye
2013-05-13 11:22:02 +02:00
parent 610e219fa5
commit 6b66d46156

View File

@@ -1,6 +1,6 @@
require File.expand_path(File.dirname(__FILE__) + '/neo')
class AboutMethods < Neo::Koan
class AboutKeywordArguments < Neo::Koan
def method_with_keyword_arguments(one: 1, two: 'two')
[one, two]