module ModuleMapper
Constants
- VERSION
Public Class Methods
new(paths_to_files)
click to toggle source
# File lib/module_mapper.rb, line 11 def self.new(paths_to_files) ModuleMapper::Parser.new(paths_to_files) end