disu.se

ObjectClass

Namespace

Top-level Namespace

Ancestors
  1. Object

Adds keyword methods “to” and “not” and #to_lookout_expected for Objects.

Instance Methods

to#

“to” keywords, such as “receive”

ReturnsLookout::Object::To

A wrapper around the receiver that handles

not#

“not” keywords, such as “to”, that’ll then handle “receive”

ReturnsLookout::Object::To

A wrapper around the receiver that handles

to_lookout_expectedLookout::Expected::Object#

Returns a wrapper around the receiver, making it an expected value.