Method: Rex::PeScan::Analyze::Information#table
- Defined in:
- lib/rex/pescan/analyze.rb
#table(name, cols) ⇒ Object
265 266 267 268 269 270 |
# File 'lib/rex/pescan/analyze.rb', line 265 def table(name, cols) Rex::Ui::Text::Table.new( 'Header' => name, 'Columns' => cols ) end |