Class: Deathnote::DeadCodes

Inherits:
Object
  • Object
show all
Defined in:
lib/deathnote.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ DeadCodes

Returns a new instance of DeadCodes.



67
68
69
# File 'lib/deathnote.rb', line 67

def initialize(options)
  @options = options
end

Instance Method Details

#runObject



71
72
73
# File 'lib/deathnote.rb', line 71

def run
  to_list(run_debride)
end