Module: Englishest::BasicObject

Defined in:
lib/englishest.rb

Constant Summary collapse

ALIASES =
{
  "==": %i[apt? congruent? equipotent? equiquantal? equivalue? worth?],
  equal?: %i[equireferent? peg? univocal?],
  "!=": %i[inæqual? inequal? unequal? unlike? wry?],
  "!": %i[bad? con? negative? ko?],
  __id__: %i[badge bib emblem identifier insigne insignia],
  __send__: %i[address fax hop pst transmit],
  instance_eval: %i[contextually so tho wis],
  instance_exec: %i[aptly pat plumb suitably],
  method_missing: %i[gap lake vacant on_vacancy way_off],
  singleton_method_added: %i[hail hey hi on_attachment],
  singleton_method_removed: %i[ban ciao leave_taking on_detachment],
  singleton_method_undefined: %i[farewell nix on_unattachment]
}.freeze