Files
metasploit-gs/lib/rex
RageLtMan ed3b1cecd4 Rex::Text::Ui::Table.new[find_by_colnames]
Add :[] to ...Ui::Table allowing user to pass multiple colnames.
Returns a new table with only those columns and their rows.

Useful when using Rex to filter output, prep CSV, etc.

Testing:
```
t = Rex::Ui::Text::Table.new('Columns' => ['a','b','c'])
t << ['x','y','z']
t << ['p','q','r']
t['a','c']

=> a  c
-  -
p  r
x  z
```
2013-03-28 04:02:31 -04:00
..
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-05 14:35:27 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2012-10-12 21:48:15 -05:00
2013-03-07 18:16:57 -06:00
2013-03-07 12:50:43 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2013-03-07 18:16:57 -06:00
2010-04-02 21:34:15 +00:00
2013-03-07 18:16:57 -06:00
2013-01-10 17:39:40 +00:00
2013-03-07 18:16:57 -06:00