change and use Indent constant

git-svn-id: file:///home/svn/framework3/trunk@6111 4d416f70-5f16-0410-b530-b9f4589650da
unstable
kris 2009-01-10 22:26:58 +00:00
parent a61baaa1eb
commit 70c93d7691
1 changed files with 3 additions and 4 deletions

View File

@ -15,10 +15,9 @@ Indent = ' '
# Initialize the simplified framework instance. # Initialize the simplified framework instance.
$framework = Msf::Simple::Framework.create $framework = Msf::Simple::Framework.create
tbl = Rex::Ui::Text::Table.new( tbl = Rex::Ui::Text::Table.new(
'Header' => 'Module References', 'Header' => 'Module References',
'Indent' => 0, 'Indent' => Indent.length,
'Columns' => [ 'Module', 'Reference' ] 'Columns' => [ 'Module', 'Reference' ]
) )