Method: EightFunctionGraph#initialize

Defined in:
lib/codegraph.rb

#initialize(func) ⇒ EightFunctionGraph

Returns a new instance of EightFunctionGraph.



244
245
246
247
# File 'lib/codegraph.rb', line 244

def initialize(func)
  super()
  @func = func
end