wordexp/lib/example/cli.rb
2022-01-16 15:35:53 -08:00

6 lines
65 B
Ruby

module Example
class CLI
def call(_argv)
end
end
end