Class: Minitest::Test
- Inherits:
-
Object
- Object
- Minitest::Test
- Defined in:
- lib/andrew_says.rb
Overview
Hey, hey, we’re the Monkees And people say we monkey around But we’re too busy PATCHING To put anybody down
-
The Monkees (1966) & Jason Charnes (2020)
Class Method Summary collapse
Class Method Details
.andrew_says(desc, &block) ⇒ Object
10 11 12 |
# File 'lib/andrew_says.rb', line 10 def self.andrew_says(desc, &block) define_method "test_#{desc}", &block end |