Class: FordFulkersonSingleton

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

Instance Method Summary collapse

Instance Method Details

#objObject



297
298
299
# File 'lib/manasimu/card.rb', line 297

def obj
  @memo_obj ||= FordFulkerson.new
end