Class: Discombobulator::DodgeAttack
- Inherits:
-
Object
- Object
- Discombobulator::DodgeAttack
- Defined in:
- lib/discombobulator/dodge_attack.rb
Class Method Summary collapse
Class Method Details
.call(meth, *args, &block) ⇒ Object
2 3 4 5 |
# File 'lib/discombobulator/dodge_attack.rb', line 2 def self.call(meth, *args, &block) puts "You made it this time!" Discombobulator.new end |