8 lines
70 B
Ruby
8 lines
70 B
Ruby
require 'test/unit'
|
|
|
|
def __
|
|
"FILL ME IN"
|
|
end
|
|
|
|
EdgeCase = Test::Unit
|