class BitGirder::Core::AbstractApplication
Attributes
argv_remain[R]
run_ctx[R]
verbose[RW]
Public Instance Methods
run( run_ctx )
click to toggle source
# File lib/bitgirder/core.rb, line 1192 def run( run_ctx ) @run_ctx = run_ctx @argv_remain = run_ctx[ :argv_remain ] || [] @verbose = run_ctx[ :verbose ] impl_run end
verbose?()
click to toggle source
# File lib/bitgirder/core.rb, line 1187 def verbose? @verbose end