module ViteRuby::CLI::FileUtils

def inject_line_before(path, target, contents)

Other tags:
    Api: - private

Other tags:
    Since: - 1.2.11
def inject_line_before(path, target, contents)
  _inject_line_before(path, target, contents, method(:index))
end