class Typhoeus::Expectation

def all

Returns:
  • (Array) - The expectations.

Other tags:
    Example: Return expectations. -
def all
  @expectations ||= []
end