class SyntaxTree::YARV::SeaOfNodes::SubGraph

def initialize(first_fixed, last_fixed, inputs, outputs)

def initialize(first_fixed, last_fixed, inputs, outputs)
  @first_fixed = first_fixed
  @last_fixed = last_fixed
  @inputs = inputs
  @outputs = outputs
end