Class: Test::Unit::TestCase
- Defined in:
- lib/sitefuel/external/ExternalProgramTestCase.rb
Class Method Summary collapse
-
.publicly_define_method(name, &block) ⇒ Object
exposes the private #define_method function to the world.
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 |