Changeset 569

Show
Ignore:
Timestamp:
06/30/08 11:49:11 (2 months ago)
Author:
bbleything
Message:
  • remove unused variable assignment
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • linen/trunk/lib/linen/spec_matchers.rb

    r567 r569  
    4343                argument.process( @input ) 
    4444            rescue Linen::Plugin::ArgumentError 
    45                 result = :rejected 
    4645                # the exception means the argument was rejected, so return true 
    4746                # in reject mode and false in accept mode.