Module: ErrorHandler
- Defined in:
- lib/scryfall/error_handler.rb
Class Method Summary collapse
Class Method Details
.included(clazz) ⇒ Object
4 5 6 7 8 |
# File 'lib/scryfall/error_handler.rb', line 4 def self.included(clazz) clazz.class_eval do end end |