# frozen_string_literal: true module JsDependency module Extractor class ExtractSrcPath # @param [String] str def initialize(str) @str = str end # Extract JavaScript file (.js) in src path # @return [Array] def call str = @str #