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.
67 68 69 |
# File 'lib/deathnote.rb', line 67 def initialize() @options = end |
Instance Method Details
#run ⇒ Object
71 72 73 |
# File 'lib/deathnote.rb', line 71 def run to_list(run_debride) end |