Class: Msf::Ui::Console::TablePrint::RowIndicatorStyler

Inherits:
Object
  • Object
show all
Defined in:
lib/msf/ui/console/table_print/row_indicator_styler.rb

Instance Method Summary collapse

Instance Method Details

#style(str) ⇒ Object



8
9
10
# File 'lib/msf/ui/console/table_print/row_indicator_styler.rb', line 8

def style(str)
  str.to_s == 'true' ? '=>' : '  '
end