# frozen_string_literal: true module Stashify class Local def initialize(path) @path = path end end end