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 Wordexp
|
|
autoload :CLI, 'wordexp/cli'
|
|
autoload :VERSION, 'wordexp/version'
|
|
end
|