mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-21 01:03:20 -04:00
Merged src directory with existing koans.
This commit is contained in:
@@ -77,7 +77,7 @@ class AboutBlocks < EdgeCase::Koan
|
||||
def test_stand_alone_blocks_can_be_passed_to_methods_expecting_blocks
|
||||
make_upper = lambda { |n| n.upcase }
|
||||
result = method_with_block_arguments(&make_upper)
|
||||
assert_equal __, result
|
||||
assert_equal __, result
|
||||
end
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user