Document Language::Node.
This commit is contained in:
parent
b18700625c
commit
d50faba744
@ -1,6 +1,9 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Language
|
module Language
|
||||||
|
# Helper functions for Node formulae.
|
||||||
|
#
|
||||||
|
# @api public
|
||||||
module Node
|
module Node
|
||||||
def self.npm_cache_config
|
def self.npm_cache_config
|
||||||
"cache=#{HOMEBREW_CACHE}/npm_cache"
|
"cache=#{HOMEBREW_CACHE}/npm_cache"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user