Method: LicenseFinder::Yarn#initialize
- Defined in:
- lib/license_finder/package_managers/yarn.rb
#initialize(options = {}) ⇒ Yarn
Returns a new instance of Yarn.
5 6 7 8 |
# File 'lib/license_finder/package_managers/yarn.rb', line 5 def initialize( = {}) super @yarn_options = [:yarn_options] end |