mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Merge pull request #99 from StevenNdaye/about_keyword_arguments
Wrong class name from AboutMethods to AboutKeywordArguments
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
require File.expand_path(File.dirname(__FILE__) + '/neo')
|
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')
|
def method_with_keyword_arguments(one: 1, two: 'two')
|
||||||
[one, two]
|
[one, two]
|
||||||
|
|||||||
Reference in New Issue
Block a user