Sha256: 8fafc047149ee40ee2323c33f1ebaf1b564cbac36358032d03cb7a1f1deb2f2f
Contents?: true
Size: 438 Bytes
Versions: 131
Compression:
Stored size: 438 Bytes
Contents
# frozen_string_literal: true require 'avm/tools/core_ext' module Avm module Tools class Runner class Source < ::Avm::Sources::Runner class Update runner_with :help do desc 'Update local project.' end def run infov 'Path', runner_context.call(:subject).path runner_context.call(:subject).update end end end end end end
Version data entries
131 entries across 131 versions & 2 rubygems