Class: BitClust::IncludeGraph::Membership

Inherits:
Struct
  • Object
show all
Defined in:
lib/bitclust/include_graph.rb

Overview

grouping ファイルの1所属。conditions は LIBRARIES のゲート+include 経路上の 条件スタックのスナップショット(faithful、スコープ未適用)。

Instance Attribute Summary collapse

Instance Attribute Details

#conditionsObject

Returns the value of attribute conditions

Returns:

  • (Object)

    the current value of conditions



21
22
23
# File 'lib/bitclust/include_graph.rb', line 21

def conditions
  @conditions
end

#libraryObject

Returns the value of attribute library

Returns:

  • (Object)

    the current value of library



21
22
23
# File 'lib/bitclust/include_graph.rb', line 21

def library
  @library
end