Class: Minitest::Test
- Inherits:
-
Object
- Object
- Minitest::Test
- Defined in:
- lib/minitest/allow_plugin.rb
Overview
sigh… rails
Instance Method Summary collapse
Instance Method Details
#full_name ⇒ Object
51 52 53 |
# File 'lib/minitest/allow_plugin.rb', line 51 def full_name "%s#%s" % [self.class, name] end |