Exception: Pure::DefineMethodError
- Inherits:
-
RestrictionError
- Object
- StandardError
- Error
- ExtractionTimeError
- RestrictionError
- Pure::DefineMethodError
- Defined in:
- lib/pure/error.rb
Overview
define_method called inside a pure module.
Instance Attribute Summary
Attributes inherited from ExtractionTimeError
Instance Method Summary collapse
-
#custom_message ⇒ Object
:nodoc:.
Methods inherited from ExtractionTimeError
Constructor Details
This class inherits a constructor from Pure::ExtractionTimeError
Instance Method Details
#custom_message ⇒ Object
:nodoc:
78 79 80 |
# File 'lib/pure/error.rb', line 78 def #:nodoc: "cannot use define_method in a pure module (use `fun' instead)" end |