class Seatbelt::Errors::MetaMethodDuplicateError

Public: Will be raised if a meta method definition will be inserted into the class lookuptable but already exists.

Public Instance Methods

message() click to toggle source
# File lib/seatbelt/errors/errors.rb, line 28
def message
  "The meta-method you want to define is ambigious."
end