Method: Seafoam::Pass#apply

Defined in:
lib/seafoam/passes.rb

#apply(_graph) ⇒ Object

Raises:

  • (NotImplementedError)


57
58
59
# File 'lib/seafoam/passes.rb', line 57

def apply(_graph)
  raise NotImplementedError
end