Class: RootEntity

Inherits:
Entity show all
Defined in:
lib/exploration/root_entity.rb

Overview

A wrapper Entity to support multiple top-level entities in an explorer. Does not represent an actual Entity.

Instance Attribute Summary

Attributes inherited from Explorer

#resolve_strategy

Instance Method Summary collapse

Methods inherited from Entity

#add_explorer, #initialize

Constructor Details

This class inherits a constructor from Entity

Instance Method Details

#each(sexp, context = nil, &block) ⇒ Object



5
6
7
# File 'lib/exploration/root_entity.rb', line 5

def each sexp, context=nil, &block
  explore sexp, context, &block
end