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