5 lines
80 B
Ruby
5 lines
80 B
Ruby
# Namespace for test application
|
|
module TestApp
|
|
end
|
|
|
|
require 'test_app/literal'
|