Method: TTK::StatusWithMessage#to_ttk_log

Defined in:
lib/ttk/status.rb

#to_ttk_log(log) ⇒ Object



93
94
95
96
# File 'lib/ttk/status.rb', line 93

def to_ttk_log ( log )
  super
  log.reason = @message if defined? @message
end