class BasicObject

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

Public Instance Methods

__police_labels__() click to toggle source

Counterpart to the {Police::DataFlow::ProxyBase#police_labels} getter.

@private Use the {Police::DataFlow} API instead of reading this directly.

@return [NilClass] nil, to help the {Police::DataFlow} implementation

distinguish between "real" objects and label-carrying proxies
# File lib/police/dataflow/core_extensions.rb, line 12
def __police_labels__
  nil
end
__police_stickies__() click to toggle source

Counterpart to {Police::DataFlow::ProxyBase#police_stickies}.

@private Use the {Police::DataFlow} API instead of reading this directly.

@return [NilClass] nil, to help the {Police::DataFlow} implementation

distinguish between "real" objects and label-carrying proxies
# File lib/police/dataflow/core_extensions.rb, line 23
def __police_stickies__
  nil
end