module Texico::CLI::Command

Public Instance Methods

match(*args) click to toggle source
# File lib/texico/cli/command.rb, line 6
def match(*args)
  Base.match(*args)
end