module ViteRuby::CLI::FileUtils
def inject_line_before(path, target, contents)
- Api: - private
Other tags:
- Since: - 1.2.11
def inject_line_before(path, target, contents) _inject_line_before(path, target, contents, method(:index)) end
def inject_line_before(path, target, contents) _inject_line_before(path, target, contents, method(:index)) end