Sha256: da3829b432c446170a962ac1cf93cb10977a357aad30290b098dca27ab1cc013
Contents?: true
Size: 282 Bytes
Versions: 2
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true module Balboa module CLI module Command class LastPunchCommand def initialize(interactor) @interactor = interactor end def execute @interactor.last_punch end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
balboa-0.1.1 | lib/balboa/cli/command/last_punch_command.rb |
balboa-0.1.0 | lib/balboa/cli/command/last_punch_command.rb |