Class: Command::Trace
Instance Attribute Summary
Attributes inherited from CommandBase
#stream_io
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from CommandBase
#disable_logging, #display_help!, execute!, #execute!, #force_change_settings_function, help, #hook_call, #load_local_settings, #tagname_to_ids
Constructor Details
#initialize ⇒ Trace
13
14
15
16
17
18
19
20
|
# File 'lib/command/trace.rb', line 13
def initialize
super()
@opt.separator <<-MSG
・エラーが発生した際に保存されたバックトレースログを表示します。
・ログテキスト自体は #{Narou::Backtracer.log_path} に保存されています。
MSG
end
|
Class Method Details
.oneline_help ⇒ Object
9
10
11
|
# File 'lib/command/trace.rb', line 9
def self.oneline_help
"直前のバックトレースを表示します"
end
|