Exception: Seatbelt::Errors::MetaMethodDuplicateError

Inherits:
StandardError
  • Object
show all
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

#messageObject



28
29
30
# File 'lib/seatbelt/errors/errors.rb', line 28

def message
  "The meta-method you want to define is ambigious."
end