class Yarnlock::Config

Attributes

node_path[RW]
return_collection[RW]
script_dir[RW]

Public Class Methods

new() click to toggle source
# File lib/yarnlock/config.rb, line 7
def initialize
  @node_path = 'node'
  @script_dir = File.expand_path '../../scripts', __dir__
  @return_collection = true
end