Class: Test::Unit::Error
- Defined in:
- lib/mack-facets/1_9/test/unit/error.rb,
lib/gems/activesupport-2.2.2/lib/active_support/deprecation.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#message(*args) ⇒ Object
:nodoc:.
-
#message_with_silenced_deprecation ⇒ Object
Silence warnings when reporting test errors.
Instance Method Details
#message(*args) ⇒ Object
:nodoc:
9 10 11 |
# File 'lib/mack-facets/1_9/test/unit/error.rb', line 9 def (*args) Mack.logger.error(args.inspect) end |
#message_with_silenced_deprecation ⇒ Object
Silence warnings when reporting test errors.
234 235 236 237 238 |
# File 'lib/gems/activesupport-2.2.2/lib/active_support/deprecation.rb', line 234 def ActiveSupport::Deprecation.silence do end end |