Class: ModuleMapper::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/module_mapper/cli.rb

Instance Method Summary collapse

Instance Method Details

#mmap(path, *more_paths) ⇒ Object



10
11
12
13
# File 'lib/module_mapper/cli.rb', line 10

def mmap(path, *more_paths)
  paths = [path] + more_paths
  ModuleMapper.new(paths).report
end