mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
4 lines
89 B
Ruby
4 lines
89 B
Ruby
module Example
|
|
autoload :CLI, "example/cli"
|
|
autoload :VERSION, "example/version"
|
|
end
|