Class: BasicObject

Defined in:
lib/police/dataflow/core_extensions.rb

Overview

The methods below are used by the Police::DataFlow implementation, and should not be called directly.

Direct Known Subclasses

Police::DataFlow::ProxyBase

Instance Method Summary collapse

Instance Method Details

#__police_labels__NilClass

Counterpart to the Police::DataFlow::ProxyBase#<em>police_labels</em> getter.

Use the Police::DataFlow API instead of reading this directly.

Returns:

  • (NilClass)

    nil, to help the Police::DataFlow implementation distinguish between “real” objects and label-carrying proxies



12
13
14
# File 'lib/police/dataflow/core_extensions.rb', line 12

def __police_labels__
  nil
end

#__police_stickies__NilClass

Counterpart to Police::DataFlow::ProxyBase#<em>police_stickies</em>.

Use the Police::DataFlow API instead of reading this directly.

Returns:

  • (NilClass)

    nil, to help the Police::DataFlow implementation distinguish between “real” objects and label-carrying proxies



23
24
25
# File 'lib/police/dataflow/core_extensions.rb', line 23

def __police_stickies__
  nil
end