Class: Deathnote::DeadCodes
- Inherits:
-
Object
- Object
- Deathnote::DeadCodes
- Defined in:
- lib/deathnote.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ DeadCodes
constructor
A new instance of DeadCodes.
- #run ⇒ Object
Constructor Details
#initialize(options) ⇒ DeadCodes
Returns a new instance of DeadCodes.
71 72 73 |
# File 'lib/deathnote.rb', line 71 def initialize() @options = end |
Instance Method Details
#run ⇒ Object
75 76 77 |
# File 'lib/deathnote.rb', line 75 def run to_list(run_debride) end |