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