Sha256: 3ae51a8b04a10acae7a9d3829989f2be89d8fe725c0af28341ae089ce66bac15
Contents?: true
Size: 182 Bytes
Versions: 7
Compression:
Stored size: 182 Bytes
Contents
class MyApplication < ::Af::Application opt :word, "the word", :short => :w, :default => "bird" def work logger.info "Started up: #{@word} is the word" exit 0 end end
Version data entries
7 entries across 7 versions & 1 rubygems