Sha256: bb299206b0d957a8aa00140d9c4f7fb3823610f14d150dddfd5b56e06706b30a
Contents?: true
Size: 367 Bytes
Versions: 1
Compression:
Stored size: 367 Bytes
Contents
# frozen_string_literal: true require_relative '../../version' module Balboa module CLI module Command class HelpCommand def execute $stdout.puts help end private def help end def quote "`Life's not about how hard of a hit you can give...'" end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
balboa-0.1.3 | lib/balboa/cli/command/help_command.rb |