Method: Rdm::SourceModifier.add_package

Defined in:
lib/rdm/source_modifier.rb

.add_package(package_path, root_path) ⇒ Object



7
8
9
# File 'lib/rdm/source_modifier.rb', line 7

def add_package(package_path, root_path)
  Rdm::SourceModifier.new(root_path).add_package(package_path)
end