Method: LicenseFinder::NoticeFiles#initialize
- Defined in:
- lib/license_finder/package_utils/notice_files.rb
#initialize(install_path) ⇒ NoticeFiles
Returns a new instance of NoticeFiles.
14 15 16 |
# File 'lib/license_finder/package_utils/notice_files.rb', line 14 def initialize(install_path) @install_path = install_path ? Pathname(install_path) : nil end |