Smell cover-up.

This commit is contained in:
Peter Camilleri 2015-02-05 20:46:47 -05:00
parent 4d0020226c
commit 7502f859bc
2 changed files with 4 additions and 3 deletions

View file

@ -74,6 +74,8 @@ class Thread
#* block = The block of code to be executed in the new thread.
#<br>Returns
#* The newly created Thread instance.
#<br>Endemic code smells
#* :reek:TooManyStatements
def self.do_foorth_new_block(vm, &block)
thread_name = vm.pop.to_s
queue = Queue.new

View file

@ -1,3 +1,2 @@
lib/fOOrth/library/thread_library.rb -- 1 warning:
[77]:Thread#self.do_foorth_new_block has approx 11 statements (TooManyStatements)
1 total warning
0 total warnings