Class: FordFulkersonSingleton

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/manasimu/card.rb

Instance Method Summary collapse

Instance Method Details

#objObject



467
468
469
# File 'lib/manasimu/card.rb', line 467

def obj
  @memo_obj ||= FordFulkerson.new
end