Class: Test::Unit::TestCase

Inherits:
Object show all
Defined in:
lib/sitefuel/external/ExternalProgramTestCase.rb

Class Method Summary collapse

Class Method Details

.publicly_define_method(name, &block) ⇒ Object

exposes the private #define_method function to the world



21
22
23
# File 'lib/sitefuel/external/ExternalProgramTestCase.rb', line 21

def self.publicly_define_method(name, &block)
  define_method(name, &block)
end