Method: Rdm::Gen::Package#initialize

Defined in:
lib/rdm/gen/package.rb

#initialize(package_name, current_path, local_path, locals = {}) ⇒ Package

Returns a new instance of Package.



15
16
17
18
19
20
21
# File 'lib/rdm/gen/package.rb', line 15

def initialize(package_name, current_path, local_path, locals = {})
  @current_path = current_path
  @package_name = package_name
  @local_path   = local_path
  @locals       = locals
  @source       = get_source
end