Exception: Seatbelt::Errors::MetaMethodDuplicateError
- Inherits:
-
StandardError
- Object
- StandardError
- Seatbelt::Errors::MetaMethodDuplicateError
- Defined in:
- lib/seatbelt/errors/errors.rb
Overview
Public: Will be raised if a meta method definition will be inserted into the class lookuptable but already exists.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
28 29 30 |
# File 'lib/seatbelt/errors/errors.rb', line 28 def "The meta-method you want to define is ambigious." end |