e3577d18af
mostly due to the fact that object is a hash now, not array. Took a while though
10 lines
263 B
Ruby
10 lines
263 B
Ruby
|
|
require_relative "test_foo"
|
|
require_relative "test_if"
|
|
require_relative "test_functions"
|
|
require_relative "test_string_class"
|
|
require_relative "test_hello"
|
|
#require_relative "test_putint"
|
|
require_relative "test_recursive_fibo"
|
|
require_relative "test_while_fibo"
|