Class: BitClust::IncludeGraph::Membership
- Defined in:
- lib/bitclust/include_graph.rb
Overview
grouping ファイルの1所属。conditions は LIBRARIES のゲート+include 経路上の 条件スタックのスナップショット(faithful、スコープ未適用)。
Instance Attribute Summary collapse
-
#conditions ⇒ Object
Returns the value of attribute conditions.
-
#library ⇒ Object
Returns the value of attribute library.
Instance Attribute Details
#conditions ⇒ Object
Returns the value of attribute conditions
21 22 23 |
# File 'lib/bitclust/include_graph.rb', line 21 def conditions @conditions end |
#library ⇒ Object
Returns the value of attribute library
21 22 23 |
# File 'lib/bitclust/include_graph.rb', line 21 def library @library end |