Sha256: 02d15f3b7a9ec0d5399df996e8b4e2314e7e2303d362f4d9f5d2c62a004f4118
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true module Balboa module CLI module Command class LastCommand def initialize(interactor) @interactor = interactor end def execute "\n#{@interactor.last}" end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
balboa-0.1.7 | lib/balboa/cli/command/last_command.rb |