mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
6 lines
65 B
Ruby
6 lines
65 B
Ruby
module Example
|
|
class CLI
|
|
def call(_argv)
|
|
end
|
|
end
|
|
end
|