Sha256: e1e10d045c1408ce4ed74fd1c2241146c079dca83bcee9ed11d2774068d0dc12
Contents?: true
Size: 304 Bytes
Versions: 4
Compression:
Stored size: 304 Bytes
Contents
# frozen_string_literal: true module Lite module Command class Step attr_reader :command, :options def initialize(command, options) @command = command @options = options end def run?(cmd) Utils.cmd_eval(cmd, options) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
lite-command-3.3.3 | lib/lite/command/step.rb |
lite-command-3.3.2 | lib/lite/command/step.rb |
lite-command-3.3.1 | lib/lite/command/step.rb |
lite-command-3.3.0 | lib/lite/command/step.rb |