class Minitest::Test
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)
Public Class Methods
andrew_says(desc, &block)
click to toggle source
# File lib/andrew_says.rb, line 10 def self.andrew_says(desc, &block) define_method "test_#{desc}", &block end